summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc5xxx/Makefile')
-rw-r--r--cpu/mpc5xxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/Makefile b/cpu/mpc5xxx/Makefile
index 779e1ddfcd..dde8ace473 100644
--- a/cpu/mpc5xxx/Makefile
+++ b/cpu/mpc5xxx/Makefile
@@ -3,7 +3,7 @@ obj-y += cpu_init.o
obj-$(CONFIG_DRIVER_NET_MPC5200) += firmware_sc_task_bestcomm.impl.o
#obj-y += firmware_sc_task.impl.o
obj-y += ide.o
-obj-y += interrupts.o
+obj-$(CONFIG_INTERRUPTS) += interrupts.o
#obj-y += io.o
obj-y += loadtask.o
obj-y += pci_mpc5200.o