mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-30 13:34:51 +02: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
|