diff options
Diffstat (limited to 'drivers/isdn/capi/Makefile')
-rw-r--r-- | drivers/isdn/capi/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/isdn/capi/Makefile b/drivers/isdn/capi/Makefile new file mode 100644 index 000000000000..57123e3e4978 --- /dev/null +++ b/drivers/isdn/capi/Makefile | |||
@@ -0,0 +1,15 @@ | |||
1 | # Makefile for the CAPI subsystem. | ||
2 | |||
3 | # Ordering constraints: kernelcapi.o first | ||
4 | |||
5 | # Each configuration option enables a list of files. | ||
6 | |||
7 | obj-$(CONFIG_ISDN_CAPI) += kernelcapi.o | ||
8 | obj-$(CONFIG_ISDN_CAPI_CAPI20) += capi.o | ||
9 | obj-$(CONFIG_ISDN_CAPI_CAPIDRV) += capidrv.o | ||
10 | obj-$(CONFIG_ISDN_CAPI_CAPIFS) += capifs.o | ||
11 | |||
12 | # Multipart objects. | ||
13 | |||
14 | kernelcapi-y := kcapi.o capiutil.o capilib.o | ||
15 | kernelcapi-$(CONFIG_PROC_FS) += kcapi_proc.o | ||