File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ BUILD ?= build-$(BOARD)
88
99TRANSLATION ?= en_US
1010
11- .PHONY : $(BUILD ) /zephyr-cp/zephyr/zephyr.elf flash debug run clean menuconfig all clean-all test
11+ .PHONY : $(BUILD ) /zephyr-cp/zephyr/zephyr.elf flash debug run clean menuconfig all clean-all test fetch-port-submodules
1212
1313$(BUILD ) /zephyr-cp/zephyr/zephyr.elf :
1414 python cptools/pre_zephyr_build_prep.py $(BOARD )
@@ -38,6 +38,9 @@ menuconfig:
3838clean :
3939 rm -rf $(BUILD )
4040
41+ fetch-port-submodules :
42+ python ../../tools/ci_fetch_deps.py zephyr-cp
43+
4144# Build all boards. The + prefix allows jobserver file descriptors to be passed through.
4245# This enables parallel builds across all boards when invoked with `make -jN all`.
4346all :
Original file line number Diff line number Diff line change 1818#include "supervisor/shared/translate/translate.h"
1919#include "supervisor/shared/tick.h"
2020
21+ #if __ZEPHYR__
2122#include <zephyr/kernel.h>
23+ #endif
2224
2325#define SAFE_MODE_DATA_GUARD 0xad0000af
2426#define SAFE_MODE_DATA_GUARD_MASK 0xff0000ff
You can’t perform that action at this time.
0 commit comments