obj-$(CONFIG_IEEE80211) += ieee80211-rtl.o
obj-$(CONFIG_IEEE80211_CRYPT) += ieee80211_crypt-rtl.o
obj-$(CONFIG_IEEE80211_CRYPT_WEP) += ieee80211_crypt_wep-rtl.o
obj-$(CONFIG_IEEE80211_CRYPT_CCMP) += ieee80211_crypt_ccmp-rtl.o
obj-$(CONFIG_IEEE80211_CRYPT_TKIP) += ieee80211_crypt_tkip-rtl.o
ieee80211-rtl-objs := ieee80211_module.o \
	ieee80211_rx.o \
	ieee80211_softmac.o \
	ieee80211_softmac_wx.o \
	ieee80211_tx.o \
	ieee80211_wx.o 

ieee80211_crypt-rtl-objs := ieee80211_crypt.o
ieee80211_crypt_wep-rtl-objs := ieee80211_crypt_wep.o
ieee80211_crypt_ccmp-rtl-objs := ieee80211_crypt_ccmp.o
ieee80211_crypt_tkip-rtl-objs := ieee80211_crypt_tkip.o
