mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-04 23:47: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
14
net/802/Makefile
Normal file
14
net/802/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# Makefile for the Linux 802.x protocol layers.
|
||||
#
|
||||
|
||||
# Check the p8022 selections against net/core/Makefile.
|
||||
obj-$(CONFIG_LLC) += p8022.o psnap.o
|
||||
obj-$(CONFIG_NET_FC) += fc.o
|
||||
obj-$(CONFIG_FDDI) += fddi.o
|
||||
obj-$(CONFIG_HIPPI) += hippi.o
|
||||
obj-$(CONFIG_IPX) += p8022.o psnap.o p8023.o
|
||||
obj-$(CONFIG_ATALK) += p8022.o psnap.o
|
||||
obj-$(CONFIG_STP) += stp.o
|
||||
obj-$(CONFIG_GARP) += garp.o
|
||||
obj-$(CONFIG_MRP) += mrp.o
|
Loading…
Add table
Add a link
Reference in a new issue