3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00

12 lines
284 B
Makefile
Raw Normal View History

2022-04-02 18:17:33 +05:00
# SPDX-License-Identifier: ISC
obj-$(CONFIG_WCN36XX) := wcn36xx.o
wcn36xx-y += main.o \
dxe.o \
txrx.o \
smd.o \
pmc.o \
2022-09-13 23:14:27 +05:00
debug.o \
firmware.o
2022-04-02 18:17:33 +05:00
wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o