mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
18 lines
240 B
Makefile
18 lines
240 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
rtl8723ae-objs := \
|
|
dm.o \
|
|
fw.o \
|
|
hal_btc.o \
|
|
hal_bt_coexist.o\
|
|
hw.o \
|
|
led.o \
|
|
phy.o \
|
|
pwrseq.o \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o \
|
|
|
|
|
|
obj-$(CONFIG_RTL8723AE) += rtl8723ae.o
|