git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
15 lines
188 B
Makefile
15 lines
188 B
Makefile
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
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|