From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/drivers/isdn/hardware/avm/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ANDROID_3.4.5/drivers/isdn/hardware/avm/Makefile (limited to 'ANDROID_3.4.5/drivers/isdn/hardware/avm/Makefile') diff --git a/ANDROID_3.4.5/drivers/isdn/hardware/avm/Makefile b/ANDROID_3.4.5/drivers/isdn/hardware/avm/Makefile new file mode 100644 index 00000000..b540e8f2 --- /dev/null +++ b/ANDROID_3.4.5/drivers/isdn/hardware/avm/Makefile @@ -0,0 +1,11 @@ +# Makefile for the AVM ISDN device drivers + +# Each configuration option enables a list of files. + +obj-$(CONFIG_ISDN_DRV_AVMB1_B1ISA) += b1isa.o b1.o +obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCI) += b1pci.o b1.o b1dma.o +obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) += b1pcmcia.o b1.o +obj-$(CONFIG_ISDN_DRV_AVMB1_AVM_CS) += avm_cs.o +obj-$(CONFIG_ISDN_DRV_AVMB1_T1ISA) += t1isa.o b1.o +obj-$(CONFIG_ISDN_DRV_AVMB1_T1PCI) += t1pci.o b1.o b1dma.o +obj-$(CONFIG_ISDN_DRV_AVMB1_C4) += c4.o b1.o -- cgit