mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
14 lines
422 B
Diff
14 lines
422 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -65,9 +65,9 @@ WFLAGS += -Wmissing-declarations -Wold-s
|
|
CFLAGS := $(WFLAGS) $(CCOPTS) -I../include -I../include/uapi $(DEFINES) $(CFLAGS)
|
|
YACCFLAGS = -d -t -v
|
|
|
|
-SUBDIRS=lib ip tc bridge misc netem genl man
|
|
+SUBDIRS=lib ip tc bridge misc genl
|
|
ifeq ($(HAVE_MNL),y)
|
|
-SUBDIRS += tipc devlink rdma dcb vdpa
|
|
+SUBDIRS += devlink rdma
|
|
endif
|
|
|
|
LIBNETLINK=../lib/libutil.a ../lib/libnetlink.a
|