]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/isdn/capi/Makefile
Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'
[mirror_ubuntu-artful-kernel.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