Skip to content

Commit aa3d00a

Browse files
committed
add dependency on bpf_helpers.h to force ordering
1 parent 5afd412 commit aa3d00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpf/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
(mode
1414
(promote (until-clean)))
1515
(targets minimal.bpf.o)
16-
(deps minimal.bpf.c (source_tree %{project_root}/src/include))
16+
(deps minimal.bpf.c ../src/include/bpf/bpf_helpers.h)
1717
(action
1818
(system "clang -g -O2 -target bpf -I ../src/include/ -c minimal.bpf.c")))

0 commit comments

Comments
 (0)