summaryrefslogtreecommitdiffstats
path: root/cpu/ixp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ixp/Makefile')
-rw-r--r--cpu/ixp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/ixp/Makefile b/cpu/ixp/Makefile
index 7e98d87026..a673cb1b9f 100644
--- a/cpu/ixp/Makefile
+++ b/cpu/ixp/Makefile
@@ -27,9 +27,10 @@ LIB = $(obj)lib$(CPU).a
START = start.o
COBJS-y += cpu.o
-COBJS-y += interrupts.o
ifndef CONFIG_USE_IRQ
COBJS-y += timer.o
+else
+COBJS-y += interrupts.o
endif
SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
OpenPOWER on IntegriCloud