Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / isdn / capi / Makefile
CommitLineData
1da177e4
LT
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
1da177e4
LT
10
11# Multipart objects.
12
13kernelcapi-y := kcapi.o capiutil.o capilib.o
14kernelcapi-$(CONFIG_PROC_FS) += kcapi_proc.o
This page took 1.11437 seconds and 5 git commands to generate.