kernel/tools/testing/selftests/bpf/Makefile
.. .. @@ -119,8 +119,6 @@ 119 119 # NOTE: Semicolon at the end is critical to override lib.mk's default static 120 120 # rule for binaries. 121 121 $(notdir $(TEST_GEN_PROGS) \ 122 - $(TEST_PROGS) \123 - $(TEST_PROGS_EXTENDED) \124 122 $(TEST_GEN_PROGS_EXTENDED) \ 125 123 $(TEST_CUSTOM_PROGS)): %: $(OUTPUT)/% ; 126 124