Browse Source

TOOL-4: Update bootloader make path in Justfile

TOOL-4
Alex Sears 3 years ago
parent
commit
5453868b2e
No known key found for this signature in database GPG Key ID: B00C1DBE761753A4
  1. 2
      Justfile

2
Justfile

@ -32,7 +32,7 @@ bootloader-build:
-w /workspace/{{ base_path }} \
--entrypoint bash \
${DOCKER_REGISTRY_BASE}{{ docker_image }} \
-c 'make -C ports/stm32/boards/Passport/bootloader'
-c 'make -C boards/Passport/bootloader'
# run the built firmware through SHA256
verify-sha sha: build

Loading…
Cancel
Save