diff options
author | Paul Mackerras <paulus@samba.org> | 2007-05-07 23:37:51 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-07 23:37:51 -0400 |
commit | 02bbc0f09c90cefdb2837605c96a66c5ce4ba2e1 (patch) | |
tree | 04ef573cd4de095c500c9fc3477f4278c0b36300 /net/Makefile | |
parent | 7487a2245b8841c77ba9db406cf99a483b9334e9 (diff) | |
parent | 5b94f675f57e4ff16c8fda09088d7480a84dcd91 (diff) |
Merge branch 'linux-2.6'
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 6b74d4118c5b..34e5b2d7f877 100644 --- a/net/Makefile +++ b/net/Makefile | |||
@@ -45,13 +45,14 @@ 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/ |
51 | obj-$(CONFIG_IUCV) += iucv/ | 53 | obj-$(CONFIG_IUCV) += iucv/ |
54 | obj-$(CONFIG_RFKILL) += rfkill/ | ||
52 | 55 | ||
53 | ifeq ($(CONFIG_NET),y) | 56 | ifeq ($(CONFIG_NET),y) |
54 | obj-$(CONFIG_SYSCTL) += sysctl_net.o | 57 | obj-$(CONFIG_SYSCTL) += sysctl_net.o |
55 | endif | 58 | endif |
56 | |||
57 | obj-y += wireless/ | ||