2007-12-07 Till Straumann <strauman@slac.stanford.edu>

* Makefile.am: must not add e500_raw_exc_init.c to
	xyz_SOURCES for mpc5xx
This commit is contained in:
Till Straumann
2007-12-07 18:42:40 +00:00
parent d875597c46
commit 7b2cb2234f
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2007-12-07 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am: must not add e500_raw_exc_init.c to
xyz_SOURCES for mpc5xx
2007-12-06 Till Straumann <strauman@slac.stanford.edu>
* shared/include/cpuIdent.h, shared/include/cpuIdent.c:

View File

@@ -29,8 +29,7 @@ old_exceptions_rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
else
noinst_PROGRAMS = new-exceptions/rtems-cpu.rel
new_exceptions_rtems_cpu_rel_SOURCES = new-exceptions/cpu.c \
new-exceptions/cpu_asm.S \
new-exceptions/e500_raw_exc_init.c
new-exceptions/cpu_asm.S
new_exceptions_rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS)
new_exceptions_rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
@@ -39,7 +38,8 @@ if !mpc5xx
include_libcpu_HEADERS += new-exceptions/raw_exception.h
noinst_PROGRAMS += new-exceptions/raw_exception.rel
new_exceptions_raw_exception_rel_SOURCES = new-exceptions/raw_exception.c \
new-exceptions/asm_utils.S
new-exceptions/asm_utils.S \
new-exceptions/e500_raw_exc_init.c
new_exceptions_raw_exception_rel_CPPFLAGS = $(AM_CPPFLAGS)
new_exceptions_raw_exception_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif