mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
sim: Don't bother to remove nuttx.rel after consuming
We usually don't remove input files like $OBJS.
This commit is contained in:
committed by
Alin Jerpelea
parent
b2b84cb010
commit
4174c818df
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user