mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
1f90d6657c
udev fully replaces this special file system that only contains CAPI NCCI TTY device nodes. User space (pppdcapiplugin) works without noticing the difference. Signed-off-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: David S. Miller <davem@davemloft.net>
15 lines
382 B
Makefile
15 lines
382 B
Makefile
# Makefile for the CAPI subsystem.
|
|
|
|
# Ordering constraints: kernelcapi.o first
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_ISDN_CAPI) += kernelcapi.o
|
|
obj-$(CONFIG_ISDN_CAPI_CAPI20) += capi.o
|
|
obj-$(CONFIG_ISDN_CAPI_CAPIDRV) += capidrv.o
|
|
|
|
# Multipart objects.
|
|
|
|
kernelcapi-y := kcapi.o capiutil.o capilib.o
|
|
kernelcapi-$(CONFIG_PROC_FS) += kcapi_proc.o
|