Johannes Berg | 11433ee | 2007-04-26 20:42:51 -0700 | [diff] [blame] | 1 | obj-$(CONFIG_WIRELESS_EXT) += wext.o |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 2 | obj-$(CONFIG_CFG80211) += cfg80211.o |
John W. Linville | 7e272fc | 2008-09-24 18:13:14 -0400 | [diff] [blame] | 3 | obj-$(CONFIG_LIB80211) += lib80211.o |
John W. Linville | 274bfb8 | 2008-10-29 11:35:05 -0400 | [diff] [blame] | 4 | obj-$(CONFIG_LIB80211_CRYPT_WEP) += lib80211_crypt_wep.o |
| 5 | obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o |
| 6 | obj-$(CONFIG_LIB80211_CRYPT_TKIP) += lib80211_crypt_tkip.o |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 7 | |
Johannes Berg | 8318d78 | 2008-01-24 19:38:38 +0100 | [diff] [blame] | 8 | cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o |
Johannes Berg | fee5267 | 2008-11-26 22:36:31 +0100 | [diff] [blame^] | 9 | cfg80211-$(CONFIG_WIRELESS_EXT) += wext-compat.o |
Johannes Berg | 5568296 | 2007-09-20 13:09:35 -0400 | [diff] [blame] | 10 | cfg80211-$(CONFIG_NL80211) += nl80211.o |