mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 11:05:24 +07:00
![Luciano Coelho](/assets/img/avatar_default.png)
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/
|