mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
11 lines
256 B
Makefile
11 lines
256 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
|
||
|
|
||
|
wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
|