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