mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 16:36:42 +07:00
9092101460
Move wl12xx and wl1251 modules into a new drivers/net/wireless/ti directory. Add a TI WLAN Kconfig option and Makefile to support this change. Signed-off-by: Luciano Coelho <coelho@ti.com> Cc: John W. Linville <linville@tuxdriver.com>
11 lines
298 B
Makefile
11 lines
298 B
Makefile
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__
|