sim: Don't bother to remove nuttx.rel after consuming

We usually don't remove input files like $OBJS.
This commit is contained in:
YAMAMOTO Takashi 2020-01-29 16:19:31 +09:00 committed by Alin Jerpelea
parent b2b84cb010
commit 4174c818df

View File

@ -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