From b9e6c6b9b8b33a6d4b566be44e91cab9ae131e7b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Jul 2002 15:01:53 +0000 Subject: 2002-07-31 Ralf Corsepius * wrapup/Makefile.am: Use libscore.a. --- cpukit/wrapup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index f1a0d2da76..f9f43c8d55 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -11,7 +11,7 @@ include $(top_srcdir)/automake/lib.am if LIBSCORECPU CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a endif -CORE_OBJS = $(wildcard ../score/src/$(ARCH)/*.$(OBJEXT)) +CORE_OBJS = ../score/src/$(ARCH)/libscore.a SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.$(OBJEXT)) RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.$(OBJEXT)) -- cgit v1.2.3