diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-04-18 23:57:08 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-05-31 12:13:10 +0300 |
commit | 99c2aa151a7182c58f9477a376304c538d9cc5ab (patch) | |
tree | 43f5be9eee8ec2bc305bad1fa9c275ef3d6f6bdb /drivers/isdn/i4l/Makefile | |
parent | 9c3c0c2048149d946d7f3ebdcbe70e2946750bfb (diff) | |
download | linux-99c2aa151a7182c58f9477a376304c538d9cc5ab.tar.xz |
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/i4l/Makefile')
-rw-r--r-- | drivers/isdn/i4l/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/isdn/i4l/Makefile b/drivers/isdn/i4l/Makefile deleted file mode 100644 index 11fe697739d5..000000000000 --- a/drivers/isdn/i4l/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -# Makefile for the kernel ISDN subsystem and device drivers. - -# Each configuration option enables a list of files. - -obj-$(CONFIG_ISDN_HDLC) += isdnhdlc.o |