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 ([EMAIL PROTECTED])
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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to