summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/wrapup/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index e1704a02d0..53b4916e69 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Pickup libbsp.a from build directory.
+
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup libnetapps.a from build directory.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 00c2430a29..d0f4a97b08 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -21,7 +21,7 @@ LIBRDBG = $(PROJECT_RELEASE)/lib/librdbg$(LIB_VARIANT).a
endif
if HAS_LIBBSP
-LIBBSP = $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
+LIBBSP = ../lib/libbsp/@RTEMS_CPU@/$(RTEMS_BSP_FAMILY)/wrapup/$(ARCH)/libbsp.a
endif
SRCS = $(LIBBSP) $(LIBNETWORKING) $(LIBRDBG) \