git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
19 lines
238 B
Makefile
19 lines
238 B
Makefile
rtl8723ae-objs := \
|
|
dm.o \
|
|
fw.o \
|
|
hal_btc.o \
|
|
hal_bt_coexist.o\
|
|
hw.o \
|
|
led.o \
|
|
phy.o \
|
|
pwrseq.o \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o \
|
|
|
|
|
|
obj-$(CONFIG_RTL8723AE) += rtl8723ae.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|