]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/net/wireless/rtlwifi/rtl8723ae/Makefile
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / drivers / net / wireless / rtlwifi / rtl8723ae / Makefile
1 rtl8723ae-objs :=               \
2                 dm.o            \
3                 fw.o            \
4                 hal_btc.o       \
5                 hal_bt_coexist.o\
6                 hw.o            \
7                 led.o           \
8                 phy.o           \
9                 pwrseq.o        \
10                 rf.o            \
11                 sw.o            \
12                 table.o         \
13                 trx.o           \
14
15
16 obj-$(CONFIG_RTL8723AE) += rtl8723ae.o
17
18 ccflags-y += -D__CHECK_ENDIAN__