Skip to content

Commit

Permalink
chore(tools::jtag): add clean when run make
Browse files Browse the repository at this point in the history
 BC when kernel8.img exist in directory, seems the make script will
 not refresh the image.
  • Loading branch information
jackyliu16 committed Mar 4, 2024
1 parent 8f67073 commit 3ab07bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/raspi4/chainloader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ endif
##--------------------------------------------------------------------------------------------------
.PHONY: all doc qemu chainboot clippy clean readelf objdump nm check

all: $(KERNEL_BIN)
all: clean $(KERNEL_BIN)

##------------------------------------------------------------------------------
## Save the configuration as a file, so make understands if it changed.
Expand Down

0 comments on commit 3ab07bf

Please sign in to comment.