From 909261295b15b636c2f03b11a5c764ffc8f0262b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 May 2002 18:32:38 +0000 Subject: 2002-05-15 Ralf Corsepius * configure.ac: Add libcsupport. * wrapup/Makefile.am: Ditto. --- c/src/exec/wrapup/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/exec/wrapup/Makefile.am') diff --git a/c/src/exec/wrapup/Makefile.am b/c/src/exec/wrapup/Makefile.am index e8325dfc9a..b753a34256 100644 --- a/c/src/exec/wrapup/Makefile.am +++ b/c/src/exec/wrapup/Makefile.am @@ -23,8 +23,10 @@ if HAS_ITRON ITRON_OBJS = $(wildcard ../itron/src/$(ARCH)/*.o) endif +LIBCSUPPORT_OBJS = $(wildcard ../libcsupport/src/$(ARCH)/*.o) + OBJS = $(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS) \ - $(POSIX_OBJS) $(ITRON_OBJS) + $(POSIX_OBJS) $(ITRON_OBJS) $(LIBCSUPPORT_OBJS) $(LIB): ${OBJS} $(make-library) -- cgit v1.2.3