mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
12 lines
394 B
Diff
12 lines
394 B
Diff
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -55,7 +55,7 @@ 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 tipc devlink rdma dcb man vdpa
|
||
|
+SUBDIRS=lib ip tc bridge misc genl devlink rdma
|
||
|
|
||
|
LIBNETLINK=../lib/libutil.a ../lib/libnetlink.a
|
||
|
LDLIBS += $(LIBNETLINK)
|