forked from Minki/linux
9a1a69901d
Add the wl18xx module and the probe functions. Use wlcore for the main parts (not functional at this point due to differences in the wl18xx initialization). Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com>
6 lines
182 B
Makefile
6 lines
182 B
Makefile
obj-$(CONFIG_WLCORE) += wlcore/
|
|
obj-$(CONFIG_WL12XX) += wl12xx/
|
|
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wlcore/
|
|
obj-$(CONFIG_WL1251) += wl1251/
|
|
obj-$(CONFIG_WL18XX) += wl18xx/
|