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
10
drivers/net/wireless/ti/wl1251/Makefile
Normal file
10
drivers/net/wireless/ti/wl1251/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
wl1251-objs = main.o event.o tx.o rx.o ps.o cmd.o \
|
||||
acx.o boot.o init.o debugfs.o io.o
|
||||
wl1251_spi-objs += spi.o
|
||||
wl1251_sdio-objs += sdio.o
|
||||
|
||||
obj-$(CONFIG_WL1251) += wl1251.o
|
||||
obj-$(CONFIG_WL1251_SPI) += wl1251_spi.o
|
||||
obj-$(CONFIG_WL1251_SDIO) += wl1251_sdio.o
|
||||
|
||||
ccflags-y += -D__CHECK_ENDIAN__
|
Loading…
Add table
Add a link
Reference in a new issue