summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-05 20:02:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-05 20:02:56 +0000
commit457f849544b54a0ba4c773e082b37c34fa726268 (patch)
treebdd380d9b47ff56c649468de2983d0516739beed /apps/examples/nxflat
parent45630c3d55a534689f83fd8871c06399934645e1 (diff)
downloadnuttx-457f849544b54a0ba4c773e082b37c34fa726268.tar.gz
nuttx-457f849544b54a0ba4c773e082b37c34fa726268.tar.bz2
nuttx-457f849544b54a0ba4c773e082b37c34fa726268.zip
Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build fix from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5314 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxflat')
-rw-r--r--apps/examples/nxflat/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxflat/tests/Makefile b/apps/examples/nxflat/tests/Makefile
index 36bb0e88e..4979c7fd4 100644
--- a/apps/examples/nxflat/tests/Makefile
+++ b/apps/examples/nxflat/tests/Makefile
@@ -98,6 +98,6 @@ $(SYMTAB): build
clean: $(foreach DIR, $(SUBDIRS), $(DIR)_clean)
@rm -f $(ROMFS_HDR) $(ROMFS_IMG) $(SYMTAB)
- @rm -rf $(ROMFS_DIR)
+ @rm -rf $(ROMFS_DIR) $(ROMFS_DIRLIST)