netlink_dev not compile in test9 due to bug in net/Makefile

From: Vladimir V. Klenov (maple@ixcelerator.com)
Date: Fri Oct 20 2000 - 08:28:43 EDT

  • Next message: Petr Vandrovec: "Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_write_pa"

    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/



    This archive was generated by hypermail 2b29 : Fri Oct 20 2000 - 14:26:23 EDT