summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc5xxx/start.S')
-rw-r--r--cpu/mpc5xxx/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/mpc5xxx/start.S b/cpu/mpc5xxx/start.S
index 063288c2d6..795fdd4ff6 100644
--- a/cpu/mpc5xxx/start.S
+++ b/cpu/mpc5xxx/start.S
@@ -192,7 +192,9 @@ _start_of_vectors:
STD_EXCEPTION(0x400, InstStorage, UnknownException)
/* External Interrupt exception. */
+#ifdef CONFIG_INTERRUPTS
STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
+#endif
/* Alignment exception. */
. = 0x600