mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-02 09:05:37 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
8
drivers/net/ethernet/sfc/Makefile
Normal file
8
drivers/net/ethernet/sfc/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
sfc-y += efx.o nic.o farch.o falcon.o siena.o ef10.o tx.o \
|
||||
rx.o selftest.o ethtool.o qt202x_phy.o mdio_10g.o \
|
||||
tenxpress.o txc43128_phy.o falcon_boards.o \
|
||||
mcdi.o mcdi_port.o mcdi_mon.o ptp.o
|
||||
sfc-$(CONFIG_SFC_MTD) += mtd.o
|
||||
sfc-$(CONFIG_SFC_SRIOV) += siena_sriov.o
|
||||
|
||||
obj-$(CONFIG_SFC) += sfc.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue