From 07c394e69b0cfa7cd30e97ffc6edb0d857905f45 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 10 Apr 2007 20:11:12 +0000 Subject: - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. Saves a minor 12b. --- networking/Kbuild | 5 ----- 1 file changed, 5 deletions(-) (limited to 'networking/Kbuild') diff --git a/networking/Kbuild b/networking/Kbuild index 68d3613..13b4452 100644 --- a/networking/Kbuild +++ b/networking/Kbuild @@ -19,11 +19,6 @@ lib-$(CONFIG_IFUPDOWN) += ifupdown.o lib-$(CONFIG_INETD) += inetd.o lib-$(CONFIG_IP) += ip.o lib-$(CONFIG_IPCALC) += ipcalc.o -lib-$(CONFIG_IPADDR) += ipaddr.o -lib-$(CONFIG_IPLINK) += iplink.o -lib-$(CONFIG_IPROUTE) += iproute.o -lib-$(CONFIG_IPRULE) += iprule.o -lib-$(CONFIG_IPTUNNEL) += iptunnel.o lib-$(CONFIG_NAMEIF) += nameif.o lib-$(CONFIG_NC) += nc.o lib-$(CONFIG_NETSTAT) += netstat.o -- cgit v1.1