]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
tools: bpf: cleanup PHONY target
authorJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 16 Mar 2018 06:26:16 +0000 (23:26 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 16 Mar 2018 08:23:31 +0000 (09:23 +0100)
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>
tools/bpf/Makefile

index c07b4e718eeb3041154713762fb60a7ead7be636..acfaf4c8cc32c0abf8ae083bf2f79751b7133090 100644 (file)
@@ -100,4 +100,4 @@ bpftool_install:
 bpftool_clean:
        $(call descend,bpftool,clean)
 
-.PHONY: bpftool FORCE
+.PHONY: all install clean bpftool bpftool_install bpftool_clean