mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 21:15:04 +07:00
25b13dbc38
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
22 lines
261 B
Makefile
22 lines
261 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 \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o \
|
|
|
|
|
|
obj-$(CONFIG_RTL8723AE) += rtl8723ae.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|