d3feae41a3
Realtek released a new version of the drivers on 06/28/2014. This patch implements the new power-save code. These changes also force corresponding changes in the drivers. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
23 lines
277 B
Makefile
23 lines
277 B
Makefile
obj-m := rtl8723ae.o
|
|
|
|
|
|
rtl8723ae-objs := \
|
|
dm.o \
|
|
fw.o \
|
|
hal_btc.o \
|
|
hal_bt_coexist.o\
|
|
hw.o \
|
|
led.o \
|
|
phy.o \
|
|
pwrseq.o \
|
|
pwrseqcmd.o \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o \
|
|
|
|
|
|
obj-$(CONFIG_RTL8723AE) += rtl8723ae.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|