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