summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 17:50:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 17:50:07 +0000
commit6c8f17cbd53ae8c0bdc447da59619d6734ebae14 (patch)
tree1216f52f4180495d3699e39deee969be65685345 /nuttx/arch
parent60baf60892705bec8c3180025cd797c5d64a1e1e (diff)
downloadpx4-nuttx-6c8f17cbd53ae8c0bdc447da59619d6734ebae14.tar.gz
px4-nuttx-6c8f17cbd53ae8c0bdc447da59619d6734ebae14.tar.bz2
px4-nuttx-6c8f17cbd53ae8c0bdc447da59619d6734ebae14.zip
examples/ostest can be executed in a loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@763 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/sim/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index f7f323754..040a9841d 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -114,6 +114,7 @@ nuttx$(EXEEXT): nuttx.rel $(HOSTOBJS)
@$(NM) $(TOPDIR)/$@ | \
grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
sort > $(TOPDIR)/System.map
+ @rm -f nuttx.rel
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep