lkml.org 
[lkml]   [2000]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectnetlink_dev not compile in test9 due to bug in net/Makefile
Hello!

Found a small bug in net/Makefile
netlink_dev not include in compile list because of wrong variable definition.
here is a patch:

root@valinor:/usr/src/linux/net# diff -u Makefile.old Makefile
--- Makefile.old Fri Oct 20 16:05:14 2000
+++ Makefile Fri Oct 20 16:06:55 2000
@@ -27,7 +27,7 @@
endif

subdir-$(CONFIG_KHTTPD) += khttpd
-subdir-$(CONFIG_NETLINK) += netlink
+subdir-$(CONFIG_NETLINK_DEV) += netlink
subdir-$(CONFIG_PACKET) += packet
subdir-$(CONFIG_NET_SCHED) += sched
subdir-$(CONFIG_BRIDGE) += bridge

SY, Vladimir Klenov
-
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/

\
 
 \ /
  Last update: 2005-03-22 12:41    [W:0.015 / U:0.844 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site