c05564c4d8
Android 13
16 lines
206 B
Makefile
Executable file
16 lines
206 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
rtl8723be-objs := \
|
|
dm.o \
|
|
fw.o \
|
|
hw.o \
|
|
led.o \
|
|
phy.o \
|
|
pwrseq.o \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o \
|
|
|
|
|
|
obj-$(CONFIG_RTL8723BE) += rtl8723be.o
|