From: wlanfae <wlanfae@realtek.com>
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / rtl8192e / Makefile
blob7cf7a52875eaeee4fc199ec4ff731806f690bb82
1 NIC_SELECT = RTL8192E
3 ccflags-y += -DRTL8192E
4 ccflags-y += -DEEPROM_OLD_FORMAT_SUPPORT=1
5 ccflags-y += -DUSE_FW_SOURCE_IMG_FILE
6 ccflags-y += -DENABLE_GPIO_RADIO_CTL
7 ccflags-y += -DCONFIG_PM_RTL
8 ccflags-y += -DCONFIG_PM
9 ccflags-y += -DENABLE_DOT11D
10 ccflags-y += -DHAVE_NET_DEVICE_OPS
11 ccflags-y += -DENABLE_DOT11D
13 r8192e_pci-objs := \
14 rtl_core.o \
15 rtl_eeprom.o \
16 rtl_ps.o \
17 rtl_wx.o \
18 rtl_cam.o \
19 rtl_dm.o \
20 rtl_pm.o \
21 rtl_pci.o \
22 rtl_debug.o \
23 rtl_ethtool.o \
24 r8192E_dev.o \
25 r8192E_phy.o \
26 r8192E_firmware.o \
27 r8192E_cmdpkt.o \
28 r8192E_hwimg.o \
29 r8190P_rtl8256.o \
30 rtllib_rx.o \
31 rtllib_softmac.o \
32 rtllib_tx.o \
33 rtllib_wx.o \
34 rtllib_module.o \
35 rtllib_softmac_wx.o \
36 rtl819x_HTProc.o \
37 rtl819x_TSProc.o \
38 rtl819x_BAProc.o \
39 dot11d.o \
40 rtllib_crypt.o \
41 rtllib_crypt_tkip.o \
42 rtllib_crypt_ccmp.o \
43 rtllib_crypt_wep.o
45 obj-$(CONFIG_RTL8192E) += r8192e_pci.o