mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
21
drivers/net/wireless/cw1200/Makefile
Normal file
21
drivers/net/wireless/cw1200/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
cw1200_core-y := \
|
||||
fwio.o \
|
||||
txrx.o \
|
||||
main.o \
|
||||
queue.o \
|
||||
hwio.o \
|
||||
bh.o \
|
||||
wsm.o \
|
||||
sta.o \
|
||||
scan.o \
|
||||
debug.o
|
||||
cw1200_core-$(CONFIG_PM) += pm.o
|
||||
|
||||
# CFLAGS_sta.o += -DDEBUG
|
||||
|
||||
cw1200_wlan_sdio-y := cw1200_sdio.o
|
||||
cw1200_wlan_spi-y := cw1200_spi.o
|
||||
|
||||
obj-$(CONFIG_CW1200) += cw1200_core.o
|
||||
obj-$(CONFIG_CW1200_WLAN_SDIO) += cw1200_wlan_sdio.o
|
||||
obj-$(CONFIG_CW1200_WLAN_SPI) += cw1200_wlan_spi.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue