summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa9/stw8500/Makefile
diff options
context:
space:
mode:
authorMichael Brandt <michael.brandt@stericsson.com>2010-11-24 14:22:54 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-11-29 10:25:37 +0100
commiteb434f72d1f7deb13d3e5aacf6517897de7f95e4 (patch)
tree6eab97790ca8120956c025571ed78d1a9257c089 /cpu/arm_cortexa9/stw8500/Makefile
parent8d16a1caa1e65871c78ec1cd8ee37ab38cc1bdf4 (diff)
U8500: Move prcmu.c into SoC directory
prcmu.c is SoC specific, not board specific. Other db8500 based boards need it as well, therefore move it into the SoC directory. Change-Id: Ic40e474700fb737dbbb8ce7ea6c88ea1b89d2f20 Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/9371 Reviewed-by: Joakim AXELSSON <joakim.axelsson@stericsson.com> Reviewed-by: Markus HELGESSON <markus.helgesson@stericsson.com> Reviewed-by: Robert ROSENGREN <robert.rosengren@stericsson.com>
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))