iproute2: avoid unneeded compiles to speed building
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 130-no_netem_tipc_dcb_man.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -55,7 +55,7 @@ WFLAGS += -Wmissing-declarations -Wold-s
4 CFLAGS := $(WFLAGS) $(CCOPTS) -I../include -I../include/uapi $(DEFINES) $(CFLAGS)
5 YACCFLAGS = -d -t -v
6
7 -SUBDIRS=lib ip tc bridge misc netem genl tipc devlink rdma dcb man
8 +SUBDIRS=lib ip tc bridge misc genl devlink rdma
9
10 LIBNETLINK=../lib/libutil.a ../lib/libnetlink.a
11 LDLIBS += $(LIBNETLINK)