tools/llvm-bpf: make sure llvm-bpf.tar.gz is created
authorHuangbin Zhan <zhanhb88@gmail.com>
Thu, 18 Nov 2021 11:37:10 +0000 (19:37 +0800)
committerFelix Fietkau <nbd@nbd.name>
Sun, 21 Nov 2021 12:47:18 +0000 (13:47 +0100)
commit1126855911226e44fd7ba5f3b15df14cf4faf57f
tree58d06b86534fa743f6941131bbc6c219080f885d
parent848499c1cf2c55adf8f3e0e355caa07234803cbe
tools/llvm-bpf: make sure llvm-bpf.tar.gz is created

The llvm-bpf-$version.tar.xz might be absent. For example `make clean` executed, CONFIG_TARGET changed.
This commit can only guarantee that the target file can be built when tools/compile is explicitly called rather than $(tools/stamp-compile).

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
tools/llvm-bpf/Makefile