mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
12
drivers/isdn/gigaset/Makefile
Normal file
12
drivers/isdn/gigaset/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o
|
||||
gigaset-$(CONFIG_GIGASET_CAPI) += capi.o
|
||||
gigaset-$(CONFIG_GIGASET_I4L) += i4l.o
|
||||
gigaset-$(CONFIG_GIGASET_DUMMYLL) += dummyll.o
|
||||
usb_gigaset-y := usb-gigaset.o
|
||||
ser_gigaset-y := ser-gigaset.o
|
||||
bas_gigaset-y := bas-gigaset.o isocdata.o
|
||||
|
||||
obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset.o
|
||||
obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o
|
||||
obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o
|
||||
obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o
|
Loading…
Add table
Add a link
Reference in a new issue