summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa9/stw8500/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm_cortexa9/stw8500/Makefile')
-rwxr-xr-xcpu/arm_cortexa9/stw8500/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa9/stw8500/Makefile b/cpu/arm_cortexa9/stw8500/Makefile
index 6e0fe8af4..a8367ec61 100755
--- a/cpu/arm_cortexa9/stw8500/Makefile
+++ b/cpu/arm_cortexa9/stw8500/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
COBJS = timer.o interrupts.o
+COBJS += prcmu.o
SRCS := $(START:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))