forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/tools/testing/selftests/bpf/Makefile
....@@ -119,8 +119,6 @@
119119 # NOTE: Semicolon at the end is critical to override lib.mk's default static
120120 # rule for binaries.
121121 $(notdir $(TEST_GEN_PROGS) \
122
- $(TEST_PROGS) \
123
- $(TEST_PROGS_EXTENDED) \
124122 $(TEST_GEN_PROGS_EXTENDED) \
125123 $(TEST_CUSTOM_PROGS)): %: $(OUTPUT)/% ;
126124