We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52839f3 commit 6b376e7Copy full SHA for 6b376e7
tools/testing/selftests/bpf/Makefile
@@ -598,7 +598,7 @@ endif
598
# Note: we cd into output directory to ensure embedded BPF object is found
599
$(TRUNNER_TEST_OBJS): $(TRUNNER_OUTPUT)/%.test.o: \
600
$(TRUNNER_TESTS_DIR)/%.c \
601
- $(TRUNNER_OUTPUT)/%.test.d
+ | $(TRUNNER_OUTPUT)/%.test.d
602
$$(call msg,TEST-OBJ,$(TRUNNER_BINARY),$$@)
603
$(Q)cd $$(@D) && $$(CC) -I. $$(CFLAGS) -MMD -MT $$@ -c $(CURDIR)/$$< $$(LDLIBS) -o $$(@F)
604
0 commit comments