mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
Create a new small wl12xx module that only contains the probe functions and depends entirely on wlcore otherwise. Signed-off-by: Luciano Coelho <coelho@ti.com>
5 lines
148 B
Makefile
5 lines
148 B
Makefile
obj-$(CONFIG_WLCORE) += wlcore/
|
|
obj-$(CONFIG_WL12XX) += wl12xx/
|
|
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wlcore/
|
|
obj-$(CONFIG_WL1251) += wl1251/
|