From 65c34da02b525ba4f22d052f383e5c072dd1bb29 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Nov 2001 18:35:11 +0000 Subject: 2001-11-21 Ralf Corsepius * Makefile.am: Add @exceptions@ to SUBDIRS. * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from make/custom/score603e.cfg; Add automake conditional for SCORE_GENERATION_1; Add RTEMS_PPC_EXCEPTIONS([old]). * include/Makefile.am: include force-preinstall.am. * start/start.S: include instead of targopts.h. * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional. * vectors/vector.S: include . * wrapup/Makefile.am: Apply @exceptions@. --- c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am index 1c8da28111..938dfa502c 100644 --- a/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am @@ -11,10 +11,12 @@ include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../../../automake/lib.am # generation 1 -TOD_C_FILES_1_V = tod_g1.c +if SCORE603E_GENERATION_1 +TOD_C_FILES = tod_g1.c +else # generation 2 -TOD_C_FILES_2_V = tod.c -TOD_C_FILES = $(TOD_C_FILES_$(SCORE603E_GENERATION)_V) +TOD_C_FILES = tod.c +endif C_FILES = $(TOD_C_FILES) C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) -- cgit v1.2.3