summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-22 15:15:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-24 11:36:27 +0200
commit89c1e879c02054b8032a9a66103e20bd61156f75 (patch)
tree9ff0109d2f2223eb4b332da147faa12178f33985 /cpukit/Makefile.am
parentscore: Remove bogus _ISR_Nest_level setting (diff)
downloadrtems-89c1e879c02054b8032a9a66103e20bd61156f75.tar.bz2
score: Move _ISR_Vector_table[] to separate file
The _ISR_Handler_initialization() does not touch the _ISR_Vector_table[]. Move the definition of _ISR_Vector_table[] to a separate file. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index df970e5a1c..25382f38ca 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -1023,6 +1023,7 @@ librtemscpu_a_SOURCES += score/src/chainnodecount.c
librtemscpu_a_SOURCES += score/src/debugisthreaddispatchingallowed.c
librtemscpu_a_SOURCES += score/src/interr.c
librtemscpu_a_SOURCES += score/src/isr.c
+librtemscpu_a_SOURCES += score/src/isrvectortable.c
librtemscpu_a_SOURCES += score/src/wkspace.c
librtemscpu_a_SOURCES += score/src/wkspaceisunifieddefault.c
librtemscpu_a_SOURCES += score/src/wkspacemallocinitdefault.c