[Patch] QoS as modules in 2.4.0-test10 not compiling.

From: Paul Schulz (paul@mars.foursticks.com.au)
Date: Thu Nov 09 2000 - 07:38:54 EST


Greetings,

I've been trying to compile the kernel with the QoS code as modules.

The net/Makefile didn't have 'sched' listed as a module subdirectory,
so it wasntt getting walked in a make_modules... any way, the
following patch fixes the problem.

Paul Schulz (pschulz@foursticks.com.au)
Foursticks Systems

--- net/Makefile.old Thu Nov 9 23:06:00 2000
+++ net/Makefile Thu Nov 9 22:18:40 2000
@@ -7,7 +7,7 @@
 
 O_TARGET := network.o
 
-mod-subdirs := ipv4/netfilter ipv6/netfilter ipx irda atm netlink
+mod-subdirs := ipv4/netfilter ipv6/netfilter ipx irda atm netlink sched
 export-objs := netsyms.o
 
 subdir-y := core ethernet

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Nov 15 2000 - 21:00:14 EST