Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac
[deliverable/linux.git] / drivers / staging / rtl8192e / Makefile
1 rtllib-objs := \
2 dot11d.o \
3 rtllib_module.o \
4 rtllib_rx.o \
5 rtllib_tx.o \
6 rtllib_wx.o \
7 rtllib_softmac.o \
8 rtllib_softmac_wx.o \
9 rtl819x_BAProc.o \
10 rtl819x_HTProc.o \
11 rtl819x_TSProc.o
12
13 obj-$(CONFIG_RTLLIB) += rtllib.o
14
15 obj-$(CONFIG_RTLLIB_CRYPTO_CCMP) += rtllib_crypt_ccmp.o
16 obj-$(CONFIG_RTLLIB_CRYPTO_TKIP) += rtllib_crypt_tkip.o
17 obj-$(CONFIG_RTLLIB_CRYPTO_WEP) += rtllib_crypt_wep.o
18
19 obj-$(CONFIG_RTL8192E) += rtl8192e/
20
21 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.034929 seconds and 5 git commands to generate.