Add linux-next specific files for 20110831
[linux-2.6/next.git] / drivers / staging / rtl8192e / Makefile
bloba66a9ad3368605934c88c4c97684629e69083f8e
1 ccflags-y += -DUSE_FW_SOURCE_IMG_FILE
2 ccflags-y += -DCONFIG_PM_RTL
3 ccflags-y += -DCONFIG_PM
4 ccflags-y += -DHAVE_NET_DEVICE_OPS
5 ccflags-y += -DENABLE_DOT11D
7 r8192e_pci-objs := \
8 rtl_core.o \
9 rtl_eeprom.o \
10 rtl_ps.o \
11 rtl_wx.o \
12 rtl_cam.o \
13 rtl_dm.o \
14 rtl_pm.o \
15 rtl_pci.o \
16 rtl_debug.o \
17 rtl_ethtool.o \
18 r8192E_dev.o \
19 r8192E_phy.o \
20 r8192E_firmware.o \
21 r8192E_cmdpkt.o \
22 r8192E_hwimg.o \
23 r8190P_rtl8256.o \
24 rtllib_rx.o \
25 rtllib_softmac.o \
26 rtllib_tx.o \
27 rtllib_wx.o \
28 rtllib_module.o \
29 rtllib_softmac_wx.o \
30 rtl819x_HTProc.o \
31 rtl819x_TSProc.o \
32 rtl819x_BAProc.o \
33 dot11d.o \
34 rtllib_crypt.o \
35 rtllib_crypt_tkip.o \
36 rtllib_crypt_ccmp.o \
37 rtllib_crypt_wep.o
39 obj-$(CONFIG_RTL8192E) += r8192e_pci.o
41 ccflags-y += -D__CHECK_ENDIAN__