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

View File

@@ -37,7 +37,6 @@ LIBBB_SRC-y:= \
bb_echo.c
LIBBB_SRC-$(CONFIG_FEATURE_SHADOWPASSWDS)+= pwd2spwd.c
LIBBB_SRC-$(CONFIG_IFCONFIG)+=interface.c
LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC-y))

File diff suppressed because it is too large Load Diff