Skip to content

Commit

Permalink
Fix remaining NK3_FW_DIR in makefile depenencies.
Browse files Browse the repository at this point in the history
Missed as part of #448
  • Loading branch information
sosthene-nitrokey committed Mar 4, 2024
1 parent 079a6e8 commit b95e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nrf-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ clean:
$(NK3_BL_KEY_DIR): $(KEY_DIR)
cp -r $< $(NK3_BL_KEY_DIR)

$(BL_OUTPUT): $(NK3_FW_DIR) $(NK3_BL_KEY_DIR)
$(BL_OUTPUT): $(NK3_BL_KEY_DIR)
$(MAKE) -C $(NK3_BL_DIR) build-bootloader TARGET=nk3am
cp $(NK3_BL_DIR)/mbr.hex mbr.hex
cp $(NK3_BL_DIR)/bootloader.hex bootloader.hex
Expand Down

0 comments on commit b95e8d9

Please sign in to comment.