]> git.baikalelectronics.ru Git - kernel.git/commit
tools: bpf: Fix error in 'make -C tools/ bpf_install'
authorWei Li <liwei391@huawei.com>
Mon, 28 Jun 2021 03:04:09 +0000 (11:04 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 7 Jul 2021 21:06:38 +0000 (14:06 -0700)
commit9738f653a202bf42a64f191f92fd24e693ab1d7f
treeaaae605564c4ac92fa08824a80a59f149530a5d7
parentb283b3e328386626b90e8aaf1ce51e5ae4d38e63
tools: bpf: Fix error in 'make -C tools/ bpf_install'

make[2]: *** No rule to make target 'install'.  Stop.
make[1]: *** [Makefile:122: runqslower_install] Error 2
make: *** [Makefile:116: bpf_install] Error 2

There is no rule for target 'install' in tools/bpf/runqslower/Makefile,
and there is no need to install it, so just remove 'runqslower_install'.

Fixes: 98a7aa0b4f5e ("tools/bpf: Add runqslower tool to tools/bpf")
Signed-off-by: Wei Li <liwei391@huawei.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210628030409.3459095-1-liwei391@huawei.com
tools/bpf/Makefile