summaryrefslogtreecommitdiffstats
path: root/file_io
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 /file_io
parent2011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-examples-a1abfc8bed0382034b4a8cfbc055d3113c15f55c.tar.bz2
2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
Diffstat (limited to 'file_io')
-rw-r--r--file_io/ChangeLog4
-rw-r--r--file_io/crc/Makefile2
2 files changed, 6 insertions, 0 deletions
diff --git a/file_io/ChangeLog b/file_io/ChangeLog
index 5304d1b..993109a 100644
--- a/file_io/ChangeLog
+++ b/file_io/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
+
2011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* fat_ramdisk/.cvsignore, fat_ramdisk/Makefile, fat_ramdisk/README,
diff --git a/file_io/crc/Makefile b/file_io/crc/Makefile
index 10153b3..fc8f01c 100644
--- a/file_io/crc/Makefile
+++ b/file_io/crc/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/image.img
cd rootfs ; \
tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .