This commit was generated by cvs2svn to compensate for changes in r925,
[linux-2.6.git] / drivers / net / wireless / ieee80211 / Makefile
1 #
2 # Makefile for the Linux Wireless network device drivers.
3
4 # Original makefile by Peter Johanson
5
6 list-m :=
7
8 list-$(CONFIG_IEEE80211) += ieee80211
9 list-$(CONFIG_IEEE80211_CRYPT) += ieee80211_crypt
10 list-$(CONFIG_IEEE80211_CRYPT) += ieee80211_crypt_wep
11 list-$(CONFIG_IEEE80211_WPA) += ieee80211_crypt_ccmp
12 list-$(CONFIG_IEEE80211_WPA) += ieee80211_crypt_tkip
13
14 obj-$(CONFIG_IEEE80211) += ieee80211.o 
15 obj-$(CONFIG_IEEE80211_CRYPT) += ieee80211_crypt.o
16 obj-$(CONFIG_IEEE80211_CRYPT) += ieee80211_crypt_wep.o
17 obj-$(CONFIG_IEEE80211_WPA) += ieee80211_crypt_ccmp.o
18 obj-$(CONFIG_IEEE80211_WPA) += ieee80211_crypt_tkip.o
19 ieee80211-objs := \
20         ieee80211_module.o \
21         ieee80211_tx.o \
22         ieee80211_rx.o \
23         ieee80211_wx.o