Only compile the files in this dir if the IP applet is enabled
This commit is contained in:
parent
9a2d27249c
commit
8ae75013c8
@ -22,7 +22,7 @@ ifndef $(LIBIPROUTE_DIR)
|
||||
LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/
|
||||
endif
|
||||
|
||||
LIBIPROUTE-y:= \
|
||||
LIBIPROUTE-$(CONFIG_IP) += \
|
||||
ipaddress.o \
|
||||
iplink.o \
|
||||
iproute.o \
|
||||
|
Loading…
Reference in New Issue
Block a user