summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 08:46:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 08:46:45 +0000
commit10bf8e69c40df54c6e81a226dd11c3b13bebf0d1 (patch)
tree72dc85c6bd8ae1a245ace81f25f1e10a3a88a204
parent2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-10bf8e69c40df54c6e81a226dd11c3b13bebf0d1.tar.bz2
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, Makefile.am, libfs/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/Makefile.am4
-rw-r--r--cpukit/libfs/Makefile.am2
3 files changed, 8 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d04a2cbcd0..71b83b7126 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac, Makefile.am, libfs/Makefile.am:
+ Introduce AM_CONDITIONAL(LIBDOSFS).
+
2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/gethostbydns.c, libnetworking/libc/linkaddr.c,
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 4fceb84e56..46bc214046 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -60,7 +60,7 @@ include_zilogdir = $(includedir)/zilog
include_zilog_HEADERS = backward/zilog/z8536.h backward/zilog/z8036.h \
backward/zilog/z8030.h
-if !UNIX
+if LIBDOSFS
include_HEADERS += backward/dosfs.h
endif
@@ -100,7 +100,7 @@ include_rtems_HEADERS += include/rtems/irq.h
## libfs
include_rtems_HEADERS += libfs/src/imfs/imfs.h
-if !UNIX
+if LIBDOSFS
include_rtems_HEADERS += libfs/src/dosfs/dosfs.h
endif
diff --git a/cpukit/libfs/Makefile.am b/cpukit/libfs/Makefile.am
index f49186b18a..ece23f811a 100644
--- a/cpukit/libfs/Makefile.am
+++ b/cpukit/libfs/Makefile.am
@@ -32,7 +32,7 @@ endif
# dosfs
-if !UNIX
+if LIBDOSFS
noinst_LIBRARIES += libdosfs.a
# libdosfs_FATFS_C_FILES