summaryrefslogtreecommitdiff
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
parent9a183605116062f42d13c5993f17f6b436a2fc06 (diff)
2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
-rw-r--r--file_io/ChangeLog4
-rw-r--r--file_io/crc/Makefile2
-rw-r--r--filesystem/fat_ramdisk/Makefile2
3 files changed, 8 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 .
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 .