![]() | |||||||||||||
Messages in this thread Patch in this message |
Hi, the two modules mentioned export symbols but are not mentioned in export-objs in Makefile and thus give errors. Patch attached. // Jarno --- net/ipv4/netfilter/Makefile.bak 2002-09-14 19:50:38.000000000 +0300 +++ net/ipv4/netfilter/Makefile 2002-09-14 19:51:28.000000000 +0300 @@ -9,7 +9,7 @@ O_TARGET := netfilter.o -export-objs = ip_conntrack_standalone.o ip_fw_compat.o ip_nat_standalone.o ip_tables.o arp_tables.o +export-objs = ip_conntrack_standalone.o ip_fw_compat.o ip_nat_standalone.o ip_tables.o arp_tables.o ip_conntrack_ftp.o ip_conntrack_irc.o # Multipart objects. list-multi := ip_conntrack.o iptable_nat.o ipfwadm.o ipchains.o - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:28 [W:1.329 / U:0.150 seconds] ©2003-2008 Jasper Spaans | |||||||||||||