mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 02:34:05 +08:00
5c405b5c3e
Signed-off-by: John W. Linville <linville@tuxdriver.com> Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
13 lines
154 B
Makefile
13 lines
154 B
Makefile
rtl8192ce-objs := \
|
|
dm.o \
|
|
fw.o \
|
|
hw.o \
|
|
led.o \
|
|
phy.o \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o
|
|
|
|
obj-$(CONFIG_RTL8192CE) += rtl8192ce.o
|