Skip to content

Commit d76a8d7

Browse files
fix: Suppress errors when including the ci.mk
The test-framework clones the bao-hypervisor but does not need to initialize all the submodules. When the ci in not cloned, the Makefile issues an error because it cannot find the ci.mk. Signed-off-by: Miguel Silva <miguelafsilva5@gmail.com>
1 parent 7da25f9 commit d76a8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ scripts_dir:=$(cur_dir)/scripts
4747
ci_dir:=$(cur_dir)/ci
4848
src_dirs:=
4949

50-
include $(ci_dir)/ci.mk
50+
-include $(ci_dir)/ci.mk
5151

5252
targets:=$(MAKECMDGOALS)
5353
ifeq ($(targets),)

0 commit comments

Comments
 (0)