diff options
Diffstat (limited to 'drivers/isdn/hardware/avm/Makefile')
-rw-r--r-- | drivers/isdn/hardware/avm/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/avm/Makefile b/drivers/isdn/hardware/avm/Makefile new file mode 100644 index 000000000000..b540e8f2efb6 --- /dev/null +++ b/drivers/isdn/hardware/avm/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # Makefile for the AVM ISDN device drivers | ||
2 | |||
3 | # Each configuration option enables a list of files. | ||
4 | |||
5 | obj-$(CONFIG_ISDN_DRV_AVMB1_B1ISA) += b1isa.o b1.o | ||
6 | obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCI) += b1pci.o b1.o b1dma.o | ||
7 | obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) += b1pcmcia.o b1.o | ||
8 | obj-$(CONFIG_ISDN_DRV_AVMB1_AVM_CS) += avm_cs.o | ||
9 | obj-$(CONFIG_ISDN_DRV_AVMB1_T1ISA) += t1isa.o b1.o | ||
10 | obj-$(CONFIG_ISDN_DRV_AVMB1_T1PCI) += t1pci.o b1.o b1dma.o | ||
11 | obj-$(CONFIG_ISDN_DRV_AVMB1_C4) += c4.o b1.o | ||