~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8192e/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
6
 
 
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
 
38
 
 
39
obj-$(CONFIG_RTL8192E) += r8192e_pci.o
 
40
 
 
41
ccflags-y += -D__CHECK_ENDIAN__