diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-04-18 22:57:08 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-05-31 11:13:10 +0200 |
commit | 99c2aa151a7182c58f9477a376304c538d9cc5ab (patch) | |
tree | 43f5be9eee8ec2bc305bad1fa9c275ef3d6f6bdb /drivers/isdn/hardware/mISDN/Makefile | |
parent | isdn: remove isdn4linux (diff) | |
download | linux-99c2aa151a7182c58f9477a376304c538d9cc5ab.tar.xz linux-99c2aa151a7182c58f9477a376304c538d9cc5ab.zip |
isdn: hdlc: move into mISDN
The last remnant of the isdn4linux interface is now the isdnhdlc
support, used by the netjet driver. Move it next to that driver.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/Makefile')
-rw-r--r-- | drivers/isdn/hardware/mISDN/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/Makefile b/drivers/isdn/hardware/mISDN/Makefile index 422f9fd8ab9a..3f50f8c4753f 100644 --- a/drivers/isdn/hardware/mISDN/Makefile +++ b/drivers/isdn/hardware/mISDN/Makefile @@ -15,3 +15,5 @@ obj-$(CONFIG_MISDN_NETJET) += netjet.o # chip modules obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o obj-$(CONFIG_MISDN_ISAR) += mISDNisar.o + +obj-$(CONFIG_MISDN_HDLC) += isdnhdlc.o |