Merge branch 'master' into net-next

This commit is contained in:
Stephen Hemminger 2017-10-11 10:43:13 -07:00
commit 92503441cc
112 changed files with 1 additions and 3 deletions

View File

@ -46,7 +46,7 @@ CCOPTS = -O2
WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
WFLAGS += -Wmissing-declarations -Wold-style-definition -Wformat=2
CFLAGS := $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) $(CFLAGS)
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 man

Some files were not shown because too many files have changed in this diff Show More