diff options
Diffstat (limited to 'drivers/isdn/capi/Makefile')
-rw-r--r-- | drivers/isdn/capi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/isdn/capi/Makefile b/drivers/isdn/capi/Makefile new file mode 100644 index 0000000000..352217ebab --- /dev/null +++ b/drivers/isdn/capi/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 +# Makefile for the CAPI subsystem used by BT_CMTP + +obj-$(CONFIG_BT_CMTP) += kernelcapi.o +kernelcapi-y := kcapi.o capiutil.o capi.o kcapi_proc.o |