forked from Imagelibrary/rtems
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am: build new-exceptions/bspsupport for non-mpc5xx, new-exception CPUs.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* Makefile.am: build new-exceptions/bspsupport for
|
||||||
|
non-mpc5xx, new-exception CPUs.
|
||||||
|
|
||||||
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* new-exceptions/bspsupport/nested_irq_test.c: adjusted
|
* new-exceptions/bspsupport/nested_irq_test.c: adjusted
|
||||||
|
|||||||
@@ -42,9 +42,23 @@ new_exceptions_raw_exception_rel_SOURCES = new-exceptions/raw_exception.c \
|
|||||||
new-exceptions/e500_raw_exc_init.c
|
new-exceptions/e500_raw_exc_init.c
|
||||||
new_exceptions_raw_exception_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
new_exceptions_raw_exception_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
new_exceptions_raw_exception_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
new_exceptions_raw_exception_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
endif
|
|
||||||
|
|
||||||
|
noinst_PROGRAMS += new-exceptions/exc_bspsupport.rel
|
||||||
|
new_exceptions_exc_bspsupport_rel_SOURCES = \
|
||||||
|
new-exceptions/bspsupport/ppc_exc.S \
|
||||||
|
new-exceptions/bspsupport/ppc_exc_hdl.c \
|
||||||
|
new-exceptions/bspsupport/irq.c \
|
||||||
|
new-exceptions/bspsupport/vectors_init.c
|
||||||
|
new_exceptions_exc_bspsupport_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
new_exceptions_exc_bspsupport_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
EXTRA_DIST += new-exceptions/bspsupport/vectors.h
|
||||||
|
EXTRA_DIST += new-exceptions/bspsupport/irq_supp.h
|
||||||
|
EXTRA_DIST += new-exceptions/bspsupport/ppc_exc_bspsupp.h
|
||||||
|
EXTRA_DIST += new-exceptions/bspsupport/README
|
||||||
|
EXTRA_DIST += new-exceptions/bspsupport/nest_irq_test.c
|
||||||
|
EXTRA_DIST += new-exceptions/bspsupport/ppc_exc_test.c
|
||||||
|
|
||||||
## shared/include
|
## shared/include
|
||||||
if shared
|
if shared
|
||||||
|
|||||||
Reference in New Issue
Block a user