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>
This commit is contained in:
parent
d5fc73dceb
commit
8050ea4653
|
@ -100,4 +100,4 @@ bpftool_install:
|
|||
bpftool_clean:
|
||||
$(call descend,bpftool,clean)
|
||||
|
||||
.PHONY: bpftool FORCE
|
||||
.PHONY: all install clean bpftool bpftool_install bpftool_clean
|
||||
|
|
Loading…
Reference in New Issue