mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 15:28:50 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
11
drivers/isdn/hardware/avm/Makefile
Normal file
11
drivers/isdn/hardware/avm/Makefile
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue