summaryrefslogtreecommitdiffstats
path: root/c/src/libfs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 00:24:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 00:24:29 +0000
commitc1b61c590696b818906119293dd17e6a9c3b3144 (patch)
treed12530c480d887558c49934dcf8a462289cfdc72 /c/src/libfs
parent2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c1b61c590696b818906119293dd17e6a9c3b3144.tar.bz2
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove HAS_IMFS.
Diffstat (limited to 'c/src/libfs')
-rw-r--r--c/src/libfs/ChangeLog4
-rw-r--r--c/src/libfs/wrapup/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog
index bb08ba5a93..a901494793 100644
--- a/c/src/libfs/ChangeLog
+++ b/c/src/libfs/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove HAS_IMFS.
+
2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/Makefile.am: Cleanup.
diff --git a/c/src/libfs/wrapup/Makefile.am b/c/src/libfs/wrapup/Makefile.am
index 5787d8056f..5dfd76e83d 100644
--- a/c/src/libfs/wrapup/Makefile.am
+++ b/c/src/libfs/wrapup/Makefile.am
@@ -11,9 +11,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
-#if HAS_IMFS
IMFSLIB = ../src/imfs/$(ARCH)/libimfs.a
-#endif
TMP_LIBS = $(IMFSLIB)