summaryrefslogtreecommitdiff
path: root/filesystem
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-14 15:53:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-14 15:53:09 +0000
commita1abfc8bed0382034b4a8cfbc055d3113c15f55c (patch)
tree7c9c1e3643321c8b861739f803a88af47b9306d9 /filesystem
parent9a183605116062f42d13c5993f17f6b436a2fc06 (diff)
2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
Diffstat (limited to 'filesystem')
-rw-r--r--filesystem/fat_ramdisk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystem/fat_ramdisk/Makefile b/filesystem/fat_ramdisk/Makefile
index 58c51b2..5da264d 100644
--- a/filesystem/fat_ramdisk/Makefile
+++ b/filesystem/fat_ramdisk/Makefile
@@ -28,6 +28,8 @@ all: ${ARCH} $(OBJS) $(PGM)
$(ARCH)/init.o: init.c stamp-fs-image
+$(ARCH)/FilesystemImage.o: stamp-fs-image FilesystemImage.c FilesystemImage.h
+
FilesystemImage: $(ARCH) rootfs/shell-init
cd rootfs ; \
tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .