Merge branch 'bpf-tools-build-improvements'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 16 Mar 2018 08:25:00 +0000 (09:25 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 16 Mar 2018 08:25:11 +0000 (09:25 +0100)
commite33b9e9a2a1dd8554bfae9f5777767fd2024e379
tree7b74627b63076fdd676e37c5b5ec7b54db3bb6d6
parentaa59666f833392cf6d0c8ea12c40c318c41bdb11
parent0f4df184f904b669a851df44ca45a8a1bb905c13
Merge branch 'bpf-tools-build-improvements'

Jakub Kicinski says:

====================
As promised this series addresses nits and minor issues in tools/bpf
build infra.  One GCC-7 warning which is nice to get rid of.  Dependencies
when built with OUTPUT are fixed.  make clean will now remove the
FEATURE-DUMP.* files.  PHONY target is also updated to match reality.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>