summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa9/db8500/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm_cortexa9/db8500/Makefile')
-rw-r--r--cpu/arm_cortexa9/db8500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_cortexa9/db8500/Makefile b/cpu/arm_cortexa9/db8500/Makefile
index 0832867a9..08292bda6 100644
--- a/cpu/arm_cortexa9/db8500/Makefile
+++ b/cpu/arm_cortexa9/db8500/Makefile
@@ -36,7 +36,7 @@ COBJS += interrupts.o
COBJS += prcmu.o
COBJS += timer.o
-COBJS-$(CONFIG_ITP_LOAD) += itp.o cspsa_fp.o
+COBJS-$(CONFIG_ITP_LOAD) += cspsa_fp.o itp.o sec_bridge.o
COBJS += $(COBJS-y)
SRCS := $(START:.o=.S) $(COBJS:.o=.c)