]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/net/wireless/rtlwifi/rtl8192ee/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 / rtl8192ee / Makefile
1 rtl8192ee-objs :=               \
2                 dm.o            \
3                 fw.o            \
4                 hw.o            \
5                 led.o           \
6                 phy.o           \
7                 pwrseq.o        \
8                 rf.o            \
9                 sw.o            \
10                 table.o         \
11                 trx.o           \
12
13
14 obj-$(CONFIG_RTL8192EE) += rtl8192ee.o
15
16 ccflags-y += -D__CHECK_ENDIAN__