home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / net / ieee80211 / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  423 b   |  14 lines

  1. obj-$(CONFIG_IEEE80211) += ieee80211.o
  2. obj-$(CONFIG_IEEE80211) += ieee80211_crypt.o
  3. obj-$(CONFIG_IEEE80211_CRYPT_WEP) += ieee80211_crypt_wep.o
  4. obj-$(CONFIG_IEEE80211_CRYPT_CCMP) += ieee80211_crypt_ccmp.o
  5. obj-$(CONFIG_IEEE80211_CRYPT_TKIP) += ieee80211_crypt_tkip.o
  6. ieee80211-objs := \
  7.     ieee80211_module.o \
  8.     ieee80211_tx.o \
  9.     ieee80211_rx.o \
  10.     ieee80211_wx.o \
  11.     ieee80211_geo.o
  12.  
  13. obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/
  14.