9 lines
210 B
Makefile
9 lines
210 B
Makefile
|
# 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
|