mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48: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/irda/Makefile
Normal file
15
net/irda/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Makefile for the Linux IrDA protocol layer.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_IRDA) += irda.o
|
||||
obj-$(CONFIG_IRLAN) += irlan/
|
||||
obj-$(CONFIG_IRNET) += irnet/
|
||||
obj-$(CONFIG_IRCOMM) += ircomm/
|
||||
|
||||
irda-y := iriap.o iriap_event.o irlmp.o irlmp_event.o irlmp_frame.o \
|
||||
irlap.o irlap_event.o irlap_frame.o timer.o qos.o irqueue.o \
|
||||
irttp.o irda_device.o irias_object.o wrapper.o af_irda.o \
|
||||
discovery.o parameters.o irnetlink.o irmod.o
|
||||
irda-$(CONFIG_PROC_FS) += irproc.o
|
||||
irda-$(CONFIG_SYSCTL) += irsysctl.o
|
Loading…
Add table
Add a link
Reference in a new issue