Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# Makefile for the CAPI subsystem.
2
3# Ordering constraints: kernelcapi.o first
4
5# Each configuration option enables a list of files.
6
7obj-$(CONFIG_ISDN_CAPI) += kernelcapi.o
8obj-$(CONFIG_ISDN_CAPI_CAPI20) += capi.o
9obj-$(CONFIG_ISDN_CAPI_CAPIDRV) += capidrv.o
10
11# Multipart objects.
12
13kernelcapi-y := kcapi.o capiutil.o capilib.o
14kernelcapi-$(CONFIG_PROC_FS) += kcapi_proc.o