diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-03-16 09:26:16 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-03-16 11:23:31 +0300 |
commit | 8050ea4653c21e14681d9e00390c6886556a2640 (patch) | |
tree | b70edfd322de1e9c6236deeccbed77e015bce857 /tools/bpf | |
parent | d5fc73dceb060688f01c2ee225a2b42cf47352ba (diff) | |
download | linux-8050ea4653c21e14681d9e00390c6886556a2640.tar.xz |
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/Makefile | 2 |
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 |