diff options
Diffstat (limited to 'kernel/drivers/isdn/act2000/Makefile')
-rw-r--r-- | kernel/drivers/isdn/act2000/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/drivers/isdn/act2000/Makefile b/kernel/drivers/isdn/act2000/Makefile new file mode 100644 index 000000000..05e582fb5 --- /dev/null +++ b/kernel/drivers/isdn/act2000/Makefile @@ -0,0 +1,9 @@ +# Makefile for the act2000 ISDN device driver + +# Each configuration option enables a list of files. + +obj-$(CONFIG_ISDN_DRV_ACT2000) += act2000.o + +# Multipart objects. + +act2000-y := module.o capi.o act2000_isa.o |