From: Jakub Kicinski Date: Fri, 16 Mar 2018 06:26:16 +0000 (-0700) Subject: tools: bpf: cleanup PHONY target X-Git-Tag: v4.17-rc1~148^2~156^2~2^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8050ea4653c21e14681d9e00390c6886556a2640;p=linux.git 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 Signed-off-by: Daniel Borkmann --- 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