Commit c9f68e1b authored by Adam Wujek's avatar Adam Wujek Committed by Grzegorz Daniluk

sw/Makefile: add target fsbl_compile_force

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 57480198
......@@ -207,6 +207,11 @@ fsbl_compile: fsbl_config
$(VT)echo "$(CO)Compiling fsbl... done$(NC)" $(LOGT)
$(V) echo `date` > _done/$@ $(LOG)
fsbl_compile_force:
$(VT)echo "$(CO)Force compilation of fsbl$(NC)" $(LOGT)
$(V) rm -f _done/fsbl_compile $(LOG)
@$(MAKE) fsbl_compile
fsbl_artifacts: fsbl_compile
$(VT)echo "$(CO)Copy fsbl's artifacts...$(NC)" $(LOGT)
$(V) cp -v "$(BOOTFW_DIR)"/build_fsbl/fsbl/executable.elf artifacts/fsbl.elf $(LOG)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment