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 b165585 commit 1c9ca7eCopy full SHA for 1c9ca7e
tools/testing/selftests/bpf/Makefile
@@ -16,9 +16,7 @@ LDLIBS += -lcap -lelf -lrt -lpthread
16
TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read
17
all: $(TEST_CUSTOM_PROGS)
18
19
-$(TEST_CUSTOM_PROGS): urandom_read
20
-
21
-urandom_read: urandom_read.c
+$(TEST_CUSTOM_PROGS): $(OUTPUT)/%: %.c
22
$(CC) -o $(TEST_CUSTOM_PROGS) -static $< -Wl,--build-id
23
24
# Order correspond to 'make run_tests' order
0 commit comments