mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
9 lines
260 B
Makefile
9 lines
260 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_WLCORE) += wlcore/
|
|
obj-$(CONFIG_WL12XX) += wl12xx/
|
|
obj-$(CONFIG_WL1251) += wl1251/
|
|
obj-$(CONFIG_WL18XX) += wl18xx/
|
|
|
|
# small builtin driver bit
|
|
obj-$(CONFIG_WILINK_PLATFORM_DATA) += wilink_platform_data.o
|