From 809e91e1d60827bda63f9dd37e7fa2edea253043 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 14:55:15 +0000 Subject: =?UTF-8?q?2009-10-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libblock/Makefile.am: Unconditionall build libblock. --- cpukit/ChangeLog | 1 + cpukit/libblock/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit') 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 + * 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 -- cgit v1.2.3