Skip to content

Commit

Permalink
[GVSOC] Fixed few regressions on pulp
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain Haugou authored and haugoug committed Oct 14, 2022
1 parent a4650da commit d3a3f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rules/gvsoc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gvsoc.build.deps: json-tools.all gap-configs.all pulp-debug-bridge.all dpi-model
gvsoc.build: ext/xtensor
for gv_module in $$GVSOC_MODULES; do \
make -C $$gv_module build BUILD_DIR=$(BUILD_DIR)/gvsoc INSTALL_DIR=$(INSTALL_DIR) TARGET_INSTALL_DIR=$(GAP_SDK_HOME)/install; \
if [ $$? -ne 0 ]; then exit 1; fi; \
done

gvsoc.clean:
Expand Down
2 changes: 1 addition & 1 deletion tools/gvsoc/common

0 comments on commit d3a3f36

Please sign in to comment.