mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28: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/atm/Makefile
Normal file
15
net/atm/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Makefile for the ATM Protocol Families.
|
||||
#
|
||||
|
||||
atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
|
||||
mpoa-objs := mpc.o mpoa_caches.o mpoa_proc.o
|
||||
|
||||
obj-$(CONFIG_ATM) += atm.o
|
||||
obj-$(CONFIG_ATM_CLIP) += clip.o
|
||||
obj-$(CONFIG_ATM_BR2684) += br2684.o
|
||||
atm-$(CONFIG_PROC_FS) += proc.o
|
||||
|
||||
obj-$(CONFIG_ATM_LANE) += lec.o
|
||||
obj-$(CONFIG_ATM_MPOA) += mpoa.o
|
||||
obj-$(CONFIG_PPPOATM) += pppoatm.o
|
Loading…
Add table
Add a link
Reference in a new issue