summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-08 00:53:00 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-08 00:53:00 +0000
commitb8553086288629b4efb77e97f5582e08bc50ad65 (patch)
tree0a19bd1c21e148f35c7a0f76baa4f7a056b966b0 /net/Makefile
parent75b6d92f2dd5112b02f4e78cf9f35f9825946ef0 (diff)
Merge with 2.4.0-test3-pre4.
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile
index 6f473226a..0ecbb1a9d 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -11,11 +11,12 @@ MOD_SUB_DIRS := ipv4
ALL_SUB_DIRS := 802 ax25 bridge core ethernet ipv4 ipv6 ipx unix appletalk \
netrom rose lapb x25 wanrouter netlink sched packet sunrpc \
econet irda decnet atm khttpd ipv4/netfilter ipv6/netfilter
-SUB_DIRS := core ethernet sched
+SUB_DIRS := core ethernet
MOD_LIST_NAME := NET_MISC_MODULES
+
ifeq ($(CONFIG_NET),y)
-SUB_DIRS += 802
+SUB_DIRS += 802 sched
endif
ifeq ($(CONFIG_INET),y)