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)
commitd7475de58575c904818efa369c82e88c6648ce2e
treeaaf61afae394621ab3a083a24b759fdffb05000c
parente63e904c629ac7c092b17328aeed88ca6e437ed3
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: 3f356385e8a4 ("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