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