diff options
author | Jiri Benc <jbenc@suse.cz> | 2007-05-05 14:45:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-05-05 14:45:53 -0400 |
commit | f0706e828e96d0fa4e80c0d25aa98523f6d589a0 (patch) | |
tree | a03c7f94939d74c1e1b82fcd9a215871590d8b35 /net/Makefile | |
parent | a9de8ce0943e03b425be18561f51159fcceb873d (diff) |
[MAC80211]: Add mac80211 wireless stack.
Add mac80211, the IEEE 802.11 software MAC layer.
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 6b74d4118c5b..9fdb60c2e4a1 100644 --- a/net/Makefile +++ b/net/Makefile | |||
@@ -45,6 +45,8 @@ obj-$(CONFIG_ECONET) += econet/ | |||
45 | obj-$(CONFIG_VLAN_8021Q) += 8021q/ | 45 | obj-$(CONFIG_VLAN_8021Q) += 8021q/ |
46 | obj-$(CONFIG_IP_DCCP) += dccp/ | 46 | obj-$(CONFIG_IP_DCCP) += dccp/ |
47 | obj-$(CONFIG_IP_SCTP) += sctp/ | 47 | obj-$(CONFIG_IP_SCTP) += sctp/ |
48 | obj-y += wireless/ | ||
49 | obj-$(CONFIG_MAC80211) += mac80211/ | ||
48 | obj-$(CONFIG_IEEE80211) += ieee80211/ | 50 | obj-$(CONFIG_IEEE80211) += ieee80211/ |
49 | obj-$(CONFIG_TIPC) += tipc/ | 51 | obj-$(CONFIG_TIPC) += tipc/ |
50 | obj-$(CONFIG_NETLABEL) += netlabel/ | 52 | obj-$(CONFIG_NETLABEL) += netlabel/ |
@@ -53,5 +55,3 @@ obj-$(CONFIG_IUCV) += iucv/ | |||
53 | ifeq ($(CONFIG_NET),y) | 55 | ifeq ($(CONFIG_NET),y) |
54 | obj-$(CONFIG_SYSCTL) += sysctl_net.o | 56 | obj-$(CONFIG_SYSCTL) += sysctl_net.o |
55 | endif | 57 | endif |
56 | |||
57 | obj-y += wireless/ | ||