Skip to content

Commit

Permalink
system/startup_script: Fix build error after make clean
Browse files Browse the repository at this point in the history
nsh_romfsimg.h is removed by make clean, so next build will fail.
This commit changes to remove it by make distclean.
  • Loading branch information
SPRESENSE committed Jul 12, 2023
1 parent 622449d commit 2bd55c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/system/startup_script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $(TGT_FILE): rcS.template

context:: $(TGT_FILE)

clean::
distclean::
$(Q) rm -f $(TGT_FILE)

include $(APPDIR)/Application.mk
Expand Down

0 comments on commit 2bd55c5

Please sign in to comment.