Skip to content

Commit

Permalink
removed echos of post boot code in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Athryx committed Mar 8, 2024
1 parent b15ffd4 commit 4707357
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion application_processor/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
all:
echo "${POST_BOOT_CODE}"
cargo make -e BUILD_TYPE=release -e CARGO_TARGET_DIR=${CURDIR}/target ap --verbose

release: ;
Expand Down
1 change: 0 additions & 1 deletion component/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
all:
echo "${POST_BOOT_CODE}"
cargo make -e BUILD_TYPE=release -e CARGO_TARGET_DIR=${CURDIR}/target component --verbose

release: ;
Expand Down

0 comments on commit 4707357

Please sign in to comment.