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
15
drivers/net/ethernet/qlogic/qlcnic/Makefile
Normal file
15
drivers/net/ethernet/qlogic/qlcnic/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Makefile for Qlogic 1G/10G Ethernet Driver for CNA devices
|
||||
#
|
||||
|
||||
obj-$(CONFIG_QLCNIC) := qlcnic.o
|
||||
|
||||
qlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \
|
||||
qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o \
|
||||
qlcnic_sysfs.o qlcnic_minidump.o qlcnic_83xx_hw.o \
|
||||
qlcnic_83xx_init.o qlcnic_83xx_vnic.o \
|
||||
qlcnic_sriov_common.o
|
||||
|
||||
qlcnic-$(CONFIG_QLCNIC_SRIOV) += qlcnic_sriov_pf.o
|
||||
|
||||
qlcnic-$(CONFIG_QLCNIC_DCB) += qlcnic_dcb.o
|
Loading…
Add table
Add a link
Reference in a new issue