blob: a6ccac5baea8863b77b967d2fe61358ea77cb158 [file] [log] [blame]
Jeff Garzik2ff55fe2005-07-31 13:05:43 -04001obj-$(CONFIG_IEEE80211) += ieee80211.o
Jeff Garzikb4538722005-05-12 22:48:20 -04002obj-$(CONFIG_IEEE80211) += ieee80211_crypt.o
3obj-$(CONFIG_IEEE80211_CRYPT_WEP) += ieee80211_crypt_wep.o
4obj-$(CONFIG_IEEE80211_CRYPT_CCMP) += ieee80211_crypt_ccmp.o
5obj-$(CONFIG_IEEE80211_CRYPT_TKIP) += ieee80211_crypt_tkip.o
6ieee80211-objs := \
7 ieee80211_module.o \
8 ieee80211_tx.o \
9 ieee80211_rx.o \
10 ieee80211_wx.o
11