mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
15
net/caif/Makefile
Normal file
15
net/caif/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
ccflags-$(CONFIG_CAIF_DEBUG) := -DDEBUG
|
||||
|
||||
caif-y := caif_dev.o \
|
||||
cfcnfg.o cfmuxl.o cfctrl.o \
|
||||
cffrml.o cfveil.o cfdbgl.o\
|
||||
cfserl.o cfdgml.o \
|
||||
cfrfml.o cfvidl.o cfutill.o \
|
||||
cfsrvl.o cfpkt_skbuff.o
|
||||
|
||||
obj-$(CONFIG_CAIF) += caif.o
|
||||
obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o
|
||||
obj-$(CONFIG_CAIF) += caif_socket.o
|
||||
obj-$(CONFIG_CAIF_USB) += caif_usb.o
|
||||
|
||||
export-y := caif.o
|
Loading…
Add table
Add a link
Reference in a new issue