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>
11 lines
308 B
Makefile
11 lines
308 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for the kernel ISDN subsystem and device drivers.
|
|
|
|
# Object files in subdirectories
|
|
|
|
obj-$(CONFIG_ISDN_CAPI) += capi/
|
|
obj-$(CONFIG_MISDN) += mISDN/
|
|
obj-$(CONFIG_ISDN) += hardware/
|
|
obj-$(CONFIG_HYSDN) += hysdn/
|
|
obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset/
|