Only compile the files in this dir if the IP applet is enabled

This commit is contained in:
Glenn L McGrath 2002-11-10 10:20:45 +00:00
parent 9a2d27249c
commit 8ae75013c8

View File

@ -22,7 +22,7 @@ ifndef $(LIBIPROUTE_DIR)
LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/ LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/
endif endif
LIBIPROUTE-y:= \ LIBIPROUTE-$(CONFIG_IP) += \
ipaddress.o \ ipaddress.o \
iplink.o \ iplink.o \
iproute.o \ iproute.o \