mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 09:22:44 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
9
drivers/net/ethernet/xilinx/Makefile
Normal file
9
drivers/net/ethernet/xilinx/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# Makefile for the Xilink network device drivers.
|
||||
#
|
||||
|
||||
ll_temac-objs := ll_temac_main.o ll_temac_mdio.o
|
||||
obj-$(CONFIG_XILINX_LL_TEMAC) += ll_temac.o
|
||||
obj-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
|
||||
xilinx_emac-objs := xilinx_axienet_main.o xilinx_axienet_mdio.o
|
||||
obj-$(CONFIG_XILINX_AXI_EMAC) += xilinx_emac.o
|
Loading…
Add table
Add a link
Reference in a new issue