9p: use struct mutex instead of struct semaphore
[linux-2.6-block.git] / net / ieee80211 / Makefile
CommitLineData
2ff55fef 1obj-$(CONFIG_IEEE80211) += ieee80211.o
b453872c
JG
2obj-$(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 \
02cda6ae
JK
10 ieee80211_wx.o \
11 ieee80211_geo.o
b453872c 12