summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-19 00:25:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-19 00:25:15 +0000
commita099e9a003809daf06481c4d0d832d28a889c388 (patch)
tree5fef0decbfba1700acf42dfe3c591d82afb2b2ae
parent2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a099e9a003809daf06481c4d0d832d28a889c388.tar.bz2
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to shmdr.
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 2bac7cc4cc..0c0ce0bd33 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Reflect changes to shmdr.
+
2003-12-17 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-20031217-test.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 6f8384e953..e08d19e4e1 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -38,6 +38,10 @@ endif
SRCS += $(wildcard \
$(PROJECT_LIB)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT))
+if HAS_MP
+SRCS += ../libchip/shmdr/$(ARCH)/shmdr.rel
+endif
+
all-local: $(TMPINSTALL_FILES)
$(ARCH)/librtemsbsp$(LIB_VARIANT).a: $(SRCS) $(ARCH)/$(dirstamp)