Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.14 15 lines 426 B view raw
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 10obj-$(CONFIG_ISDN_CAPI_CAPIFS) += capifs.o 11 12# Multipart objects. 13 14kernelcapi-y := kcapi.o capiutil.o capilib.o 15kernelcapi-$(CONFIG_PROC_FS) += kcapi_proc.o