Move interface.c to networking directory since it's only used by ifconfig.

This commit is contained in:
Rob Landley
2005-11-22 07:52:54 +00:00
parent fae1dc8620
commit b4c823211d
3 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ NETWORKING-$(CONFIG_FTPGET) += ftpgetput.o
NETWORKING-$(CONFIG_FTPPUT) += ftpgetput.o
NETWORKING-$(CONFIG_HOSTNAME) += hostname.o
NETWORKING-$(CONFIG_HTTPD) += httpd.o
NETWORKING-$(CONFIG_IFCONFIG) += ifconfig.o
NETWORKING-$(CONFIG_IFCONFIG) += ifconfig.o interface.o
NETWORKING-$(CONFIG_IFUPDOWN) += ifupdown.o
NETWORKING-$(CONFIG_INETD) += inetd.o
NETWORKING-$(CONFIG_IP) += ip.o
File diff suppressed because it is too large Load Diff