Skip to content

Commit aa33fd5

Browse files
committed
add dependency on include files
1 parent 819c0c9 commit aa33fd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/dune

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
(mode
3434
(promote (until-clean)))
3535
(targets tc.bpf.o)
36-
(deps arch vmlinux.h tc.bpf.c)
36+
(deps
37+
arch
38+
vmlinux.h
39+
tc.bpf.c
40+
%{project_root}/src/root/usr/include/bpf/bpf_helpers.h)
3741
(action
3842
(system
3943
"clang -g -O2 -target bpf -I%{project_root}/src/root/usr/include/ -I/usr/include/%{architecture}-linux-gnu/ -c tc.bpf.c -D__TARGET_ARCH_%{read:arch}")))

0 commit comments

Comments
 (0)