Jerry Chuang | 8fc8598 | 2009-11-03 07:17:11 -0200 | [diff] [blame] | 1 | NIC_SELECT = RTL8192U |
| 2 | |
Tracey Dent | 07dea29 | 2010-10-02 12:38:02 -0400 | [diff] [blame] | 3 | ccflags-y := -std=gnu89 |
| 4 | ccflags-y += -O2 |
Jerry Chuang | 8fc8598 | 2009-11-03 07:17:11 -0200 | [diff] [blame] | 5 | |
Tracey Dent | 07dea29 | 2010-10-02 12:38:02 -0400 | [diff] [blame] | 6 | ccflags-y += -DCONFIG_FORCE_HARD_FLOAT=y |
| 7 | ccflags-y += -DJACKSON_NEW_8187 -DJACKSON_NEW_RX |
| 8 | ccflags-y += -DTHOMAS_BEACON -DTHOMAS_TASKLET -DTHOMAS_SKB -DTHOMAS_TURBO |
| 9 | #ccflags-y += -DUSB_TX_DRIVER_AGGREGATION_ENABLE |
| 10 | #ccflags-y += -DUSB_RX_AGGREGATION_SUPPORT |
| 11 | ccflags-y += -DUSE_ONE_PIPE |
Tracey Dent | 07dea29 | 2010-10-02 12:38:02 -0400 | [diff] [blame] | 12 | ccflags-y += -Idrivers/staging/rtl8192u/ieee80211 |
Jerry Chuang | 8fc8598 | 2009-11-03 07:17:11 -0200 | [diff] [blame] | 13 | |
Tracey Dent | aad6b18 | 2010-10-07 20:01:41 -0400 | [diff] [blame] | 14 | r8192u_usb-y := r8192U_core.o r8180_93cx6.o r8192U_wx.o \ |
Jerry Chuang | 8fc8598 | 2009-11-03 07:17:11 -0200 | [diff] [blame] | 15 | r8190_rtl8256.o r819xU_phy.o r819xU_firmware.o \ |
| 16 | r819xU_cmdpkt.o r8192U_dm.o r819xU_firmware_img.o \ |
| 17 | ieee80211/ieee80211_crypt.o \ |
| 18 | ieee80211/ieee80211_crypt_tkip.o \ |
| 19 | ieee80211/ieee80211_crypt_ccmp.o \ |
| 20 | ieee80211/ieee80211_crypt_wep.o \ |
| 21 | ieee80211/ieee80211_rx.o \ |
| 22 | ieee80211/ieee80211_softmac.o \ |
| 23 | ieee80211/ieee80211_tx.o \ |
| 24 | ieee80211/ieee80211_wx.o \ |
| 25 | ieee80211/ieee80211_module.o \ |
| 26 | ieee80211/ieee80211_softmac_wx.o \ |
| 27 | ieee80211/rtl819x_HTProc.o \ |
| 28 | ieee80211/rtl819x_TSProc.o \ |
| 29 | ieee80211/rtl819x_BAProc.o \ |
| 30 | ieee80211/dot11d.o |
| 31 | |
| 32 | obj-$(CONFIG_RTL8192U) += r8192u_usb.o |