summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/mx51/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm_cortexa8/mx51/Makefile')
-rw-r--r--cpu/arm_cortexa8/mx51/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_cortexa8/mx51/Makefile b/cpu/arm_cortexa8/mx51/Makefile
index 4d82293fa0..7cfaa2c130 100644
--- a/cpu/arm_cortexa8/mx51/Makefile
+++ b/cpu/arm_cortexa8/mx51/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-COBJS = soc.o clock.o iomux.o timer.o
+COBJS = soc.o clock.o iomux.o timer.o speed.o
SOBJS = lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)