at v3.0 38 lines 867 B view raw
1NIC_SELECT = RTL8192E 2 3ccflags-y := -DRTL8192E 4ccflags-y += -std=gnu89 5ccflags-y += -O2 6ccflags-y += -DTHOMAS_TURBO 7ccflags-y += -DENABLE_DOT11D 8 9ccflags-y += -DENABLE_IPS 10ccflags-y += -DENABLE_LPS 11 12r8192e_pci-objs := \ 13 r8192E_core.o \ 14 r8180_93cx6.o \ 15 r8192E_wx.o \ 16 r8190_rtl8256.o \ 17 r819xE_phy.o \ 18 r819xE_firmware.o \ 19 r819xE_cmdpkt.o \ 20 r8192E_dm.o \ 21 r8192_pm.o \ 22 ieee80211/ieee80211_rx.o \ 23 ieee80211/ieee80211_softmac.o \ 24 ieee80211/ieee80211_tx.o \ 25 ieee80211/ieee80211_wx.o \ 26 ieee80211/ieee80211_module.o \ 27 ieee80211/ieee80211_softmac_wx.o \ 28 ieee80211/rtl819x_HTProc.o \ 29 ieee80211/rtl819x_TSProc.o \ 30 ieee80211/rtl819x_BAProc.o \ 31 ieee80211/dot11d.o \ 32 ieee80211/ieee80211_crypt.o \ 33 ieee80211/ieee80211_crypt_tkip.o \ 34 ieee80211/ieee80211_crypt_ccmp.o \ 35 ieee80211/ieee80211_crypt_wep.o 36 37obj-$(CONFIG_RTL8192E) += r8192e_pci.o 38