From c89f9dcebca9bded25a85d13c436219c7411e973 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Dec 2013 09:42:58 -0600 Subject: Move ramdisk.h to include/nutt/fs/ramdisk.h --- apps/examples/posix_spawn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/posix_spawn/Makefile') 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 -- cgit v1.2.3