]> git.baikalelectronics.ru Git - kernel.git/commit
bpfilter: re-add header search paths to tools include to fix build error
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 Feb 2019 03:23:19 +0000 (12:23 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Feb 2019 21:34:40 +0000 (13:34 -0800)
commit4ea55ca54ab09287fac7e8e79e9c8fc672481b60
tree01acb3b5b090397ac5e29ed28632519f8241a5d7
parent3d4e90cb2aa581b94e66d3e424b7157c21b59b47
bpfilter: re-add header search paths to tools include to fix build error

I thought header search paths to tools/include(/uapi) were unneeded,
but it looks like a build error occurs depending on the compiler.

Commit f4ae59141c79 ("bpfilter: remove extra header search paths for
bpfilter_umh") reintroduced the build error fixed by commit 3cd2641ede0e
("bpfilter: fix a build err").

Apology for the breakage, and thanks to Guenter for reporting this.

Fixes: f4ae59141c79 ("bpfilter: remove extra header search paths for bpfilter_umh")
Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bpfilter/Makefile