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 / softmac / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  282 b   |  10 lines

  1. obj-$(CONFIG_IEEE80211_SOFTMAC) += ieee80211softmac.o
  2. ieee80211softmac-objs := \
  3.             ieee80211softmac_io.o \
  4.             ieee80211softmac_auth.o \
  5.             ieee80211softmac_module.o \
  6.             ieee80211softmac_scan.o \
  7.             ieee80211softmac_wx.o \
  8.             ieee80211softmac_assoc.o \
  9.             ieee80211softmac_event.o
  10.