mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
12 lines
284 B
Makefile
12 lines
284 B
Makefile
# SPDX-License-Identifier: ISC
|
|
obj-$(CONFIG_WCN36XX) := wcn36xx.o
|
|
wcn36xx-y += main.o \
|
|
dxe.o \
|
|
txrx.o \
|
|
smd.o \
|
|
pmc.o \
|
|
debug.o \
|
|
firmware.o
|
|
|
|
wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
|