Skip to content

Commit 6b376e7

Browse files
theihoranakryiko
authored andcommitted
1 parent 52839f3 commit 6b376e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ endif
598598
# Note: we cd into output directory to ensure embedded BPF object is found
599599
$(TRUNNER_TEST_OBJS): $(TRUNNER_OUTPUT)/%.test.o: \
600600
$(TRUNNER_TESTS_DIR)/%.c \
601-
$(TRUNNER_OUTPUT)/%.test.d
601+
| $(TRUNNER_OUTPUT)/%.test.d
602602
$$(call msg,TEST-OBJ,$(TRUNNER_BINARY),$$@)
603603
$(Q)cd $$(@D) && $$(CC) -I. $$(CFLAGS) -MMD -MT $$@ -c $(CURDIR)/$$< $$(LDLIBS) -o $$(@F)
604604

0 commit comments

Comments
 (0)