summaryrefslogtreecommitdiff
path: root/apps/examples/posix_spawn/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:42:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:42:58 -0600
commitc89f9dcebca9bded25a85d13c436219c7411e973 (patch)
treebb38b317494fa6721ad4dc7e5ba55e2a2a58169f /apps/examples/posix_spawn/Makefile
parent25c295c69751b8a65c692af565abe4cccfc281c4 (diff)
downloadnuttx-c89f9dcebca9bded25a85d13c436219c7411e973.tar.gz
nuttx-c89f9dcebca9bded25a85d13c436219c7411e973.tar.bz2
nuttx-c89f9dcebca9bded25a85d13c436219c7411e973.zip
Move ramdisk.h to include/nutt/fs/ramdisk.h
Diffstat (limited to 'apps/examples/posix_spawn/Makefile')
-rw-r--r--apps/examples/posix_spawn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/posix_spawn/Makefile b/apps/examples/posix_spawn/Makefile
index 0bfa36e55..77b6383ed 100644
--- a/apps/examples/posix_spawn/Makefile
+++ b/apps/examples/posix_spawn/Makefile
@@ -120,7 +120,7 @@ spawn_main.o: spawn_main.c \
$(TOPDIR)/include/spawn.h \
$(TOPDIR)/include/debug.h \
$(TOPDIR)/include/errno.h \
- $(TOPDIR)/include/nuttx/ramdisk.h \
+ $(TOPDIR)/include/nuttx/fs/ramdisk.h \
$(TOPDIR)/include/nuttx/binfmt/elf.h \
$(TOPDIR)/include/nuttx/binfmt/symtab.h \
filesystem/romfs.h