summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 14:55:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 14:55:15 +0000
commit809e91e1d60827bda63f9dd37e7fa2edea253043 (patch)
treed896556f2e241c8c9533ee7836ceada56d086ef5 /cpukit
parent2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-809e91e1d60827bda63f9dd37e7fa2edea253043.tar.bz2
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/Makefile.am: Unconditionall build libblock.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/libblock/Makefile.am2
2 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 34b704d061..f8b8e948e3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libblock/Makefile.am: Unconditionall build libblock.
* Makefile.am: Unconditional build libblock.
* libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c:
Remove (unused).
diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am
index d62cf90dba..87513fcfd3 100644
--- a/cpukit/libblock/Makefile.am
+++ b/cpukit/libblock/Makefile.am
@@ -5,7 +5,6 @@
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
-if !UNIX
noinst_LIBRARIES = libblock.a
libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
src/ramdisk.c src/ide_part_table.c src/nvdisk.c \
@@ -15,6 +14,5 @@ libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
include/rtems/diskdevs.h include/rtems/flashdisk.h \
include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
include/rtems/ide_part_table.h
-endif
include $(top_srcdir)/automake/local.am