drm/dsi: Add uevent callback
[deliverable/linux.git] / drivers / isdn / capi / Makefile
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
11 # Multipart objects.
12
13 kernelcapi-y := kcapi.o capiutil.o capilib.o
14 kernelcapi-$(CONFIG_PROC_FS) += kcapi_proc.o
This page took 0.078109 seconds and 5 git commands to generate.