patch-2.3.14 linux/net/Makefile

Next file: linux/net/appletalk/aarp.c
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/net/Makefile linux/net/Makefile
@@ -10,7 +10,7 @@
 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
+		econet irda decnet khttpd
 SUB_DIRS     := core ethernet sched
 MOD_LIST_NAME := NET_MISC_MODULES
 
@@ -35,6 +35,14 @@
 else
   ifeq ($(CONFIG_IPV6),m)
   MOD_SUB_DIRS += ipv6
+  endif
+endif
+
+ifeq ($(CONFIG_KHTTPD),y)
+SUB_DIRS += khttpd
+else
+  ifeq ($(CONFIG_KHTTPD),m)
+  MOD_SUB_DIRS += khttpd
   endif
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)