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