From a099e9a003809daf06481c4d0d832d28a889c388 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 19 Dec 2003 00:25:15 +0000 Subject: 2003-12-18 Ralf Corsepius * wrapup/Makefile.am: Reflect changes to shmdr. --- c/src/ChangeLog | 4 ++++ c/src/wrapup/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) 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 + + * wrapup/Makefile.am: Reflect changes to shmdr. + 2003-12-17 Joel Sherrill * 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) -- cgit v1.2.3