diff options
Diffstat (limited to 'drivers/isdn/Makefile')
-rw-r--r-- | drivers/isdn/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/isdn/Makefile b/drivers/isdn/Makefile new file mode 100644 index 000000000..d14334f40 --- /dev/null +++ b/drivers/isdn/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 +# Makefile for the kernel ISDN subsystem and device drivers. + +# Object files in subdirectories + +obj-$(CONFIG_BT_CMTP) += capi/ +obj-$(CONFIG_MISDN) += mISDN/ +obj-$(CONFIG_ISDN) += hardware/ |