summaryrefslogtreecommitdiff
path: root/nuttx/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 22:25:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 22:25:30 +0000
commit3613119317b5e5b9e2e45311f9e42629562c0885 (patch)
tree88ff7c69e68f59cf705dfff6217516924f0fcc90 /nuttx/examples
parentae9d6c8fa77b4f18594f11b603d27a9a8146a632 (diff)
downloadpx4-nuttx-3613119317b5e5b9e2e45311f9e42629562c0885.tar.gz
px4-nuttx-3613119317b5e5b9e2e45311f9e42629562c0885.tar.bz2
px4-nuttx-3613119317b5e5b9e2e45311f9e42629562c0885.zip
ROMFS was in RAM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1954 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples')
-rw-r--r--nuttx/examples/nxflat/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nxflat/tests/Makefile b/nuttx/examples/nxflat/tests/Makefile
index 1a7c64ef6..638b2548c 100644
--- a/nuttx/examples/nxflat/tests/Makefile
+++ b/nuttx/examples/nxflat/tests/Makefile
@@ -82,7 +82,7 @@ $(ROMFS_IMG): populate
# Create the romfs.h header file from the romfs.img file
$(ROMFS_HDR) : $(ROMFS_IMG)
- @(cd $(TESTS_DIR); xxd -i romfs.img >$@)
+ @(cd $(TESTS_DIR); xxd -i romfs.img | sed -e "s/^unsigned/static const unsigned/g" >$@)
# Create the dirlist.h header file from the romfs directory