Oops... accidentally checked in a debug-only change with the last commit

This commit is contained in:
Gregory Nutt 2014-11-02 08:03:34 -06:00
parent 2353468370
commit 7720f0f95e
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ 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
$(Q) rm -f nuttx.rel
# This is part of the top-level export target