From: Björn Töpel <[email protected]>

bpftool is required for some test_progs tests. Make sure it is
installed as part of the install target.

Signed-off-by: Björn Töpel <[email protected]>
---
 tools/testing/selftests/bpf/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/Makefile 
b/tools/testing/selftests/bpf/Makefile
index c3c5b85f7dae..ebbb40ef5702 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -749,8 +749,9 @@ override define INSTALL_RULE
        $(DEFAULT_INSTALL_RULE)
        @for DIR in $(TEST_INST_SUBDIRS); do                                    
        \
                mkdir -p $(INSTALL_PATH)/$$DIR;                                 
        \
-               rsync -a $(OUTPUT)/$$DIR/*.bpf.o $(INSTALL_PATH)/$$DIR;         
        \
                rsync -a --copy-unsafe-links                                    
        \
+                       $(OUTPUT)/$$DIR/*.bpf.o                                 
        \
+                       $(OUTPUT)/$$DIR/bpftool                                 
        \
                        $$(/bin/bash -c "echo 
$(OUTPUT)/$$DIR/$(EXTRA_FILES_GLOB)")     \
                        $(INSTALL_PATH)/$$DIR;                                  
        \
        done
-- 
2.40.1


Reply via email to