]> git.baikalelectronics.ru Git - kernel.git/commit
tools/net: Use include/uapi with __EXPORTED_HEADERS__
authorKamal Mostafa <kamal@canonical.com>
Wed, 11 Nov 2015 22:24:27 +0000 (14:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Nov 2015 22:24:33 +0000 (17:24 -0500)
commit26c846865f7f11383fcdd3646c9bc442b6314cef
treeaaf61afae394621ab3a083a24b759fdffb05000c
parentf5fe648fa730b7ffcecd75a17df12aa9d528a0c4
tools/net: Use include/uapi with __EXPORTED_HEADERS__

Use the local uapi headers to keep in sync with "recently" added #define's
(e.g. SKF_AD_VLAN_TPID).  Refactored CFLAGS, and bpf_asm doesn't need -I.

Fixes: 70275b991a9a ("filter: bpf_asm: add minimal bpf asm tool")
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/net/Makefile