You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -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>
4 lines
114 B
Makefile
4 lines
114 B
Makefile
obj-$(CONFIG_WL12XX) += wl12xx/
|
|
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx/
|
|
obj-$(CONFIG_WL1251) += wl1251/
|