b2ba99ff32
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>
4 lines
148 B
Makefile
4 lines
148 B
Makefile
obj-$(CONFIG_WLCORE) += wlcore/
|
|
obj-$(CONFIG_WL12XX) += wl12xx/
|
|
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wlcore/
|
|
obj-$(CONFIG_WL1251) += wl1251/
|