From 4174c818df2f8230bc53daf5d79f14e1c9461e0f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 29 Jan 2020 16:19:31 +0900 Subject: [PATCH] sim: Don't bother to remove nuttx.rel after consuming We usually don't remove input files like $OBJS. --- arch/sim/src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile index 8bd1f727486..02b76288b7c 100644 --- a/arch/sim/src/Makefile +++ b/arch/sim/src/Makefile @@ -318,7 +318,6 @@ nuttx$(EXEEXT): cleanrel nuttx.rel $(HOSTOBJS) $(Q) $(NM) $(TOPDIR)/$@ | \ grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \ sort > $(TOPDIR)/System.map - $(Q) rm -f nuttx.rel # This is part of the top-level export target