You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
187 B
15 lines
187 B
14 years ago
|
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
|
||
|
|
||
|
ccflags-y += -D__CHECK_ENDIAN__
|