aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2018-03-15 23:26:16 -0700
committerDaniel Borkmann <daniel@iogearbox.net>2018-03-16 09:23:31 +0100
commit8050ea4653c21e14681d9e00390c6886556a2640 (patch)
treeb70edfd322de1e9c6236deeccbed77e015bce857 /tools/bpf
parenttools: bpftool: fix potential format truncation (diff)
downloadlinux-dev-8050ea4653c21e14681d9e00390c6886556a2640.tar.xz
linux-dev-8050ea4653c21e14681d9e00390c6886556a2640.zip
tools: bpf: cleanup PHONY target
There is no FORCE target in the Makefile and some of the PHONY targets are missing, update the list. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/bpf')
-rw-r--r--tools/bpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/Makefile b/tools/bpf/Makefile
index c07b4e718eeb..acfaf4c8cc32 100644
--- a/tools/bpf/Makefile
+++ b/tools/bpf/Makefile
@@ -100,4 +100,4 @@ bpftool_install:
bpftool_clean:
$(call descend,bpftool,clean)
-.PHONY: bpftool FORCE
+.PHONY: all install clean bpftool bpftool_install bpftool_clean