c05564c4d8
Android 13
11 lines
260 B
Makefile
Executable file
11 lines
260 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
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
|