mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
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/
|