aboutsummaryrefslogtreecommitdiff
path: root/target-arm/Makefile.objs
diff options
context:
space:
mode:
authorJean-Christophe DUBOIS <jcd@tribudubois.net>2016-05-12 13:22:28 +0100
committerPeter Maydell <peter.maydell@linaro.org>2016-05-12 13:22:28 +0100
commit825482adde1f971cbddf27e15fb4453ab3fae994 (patch)
tree0b3fad1dab5add64a0a62648bbded4f97b5aeb05 /target-arm/Makefile.objs
parent2b302e1e3cfe6a1d71679e8c229c9d5bbe1a33df (diff)
ARM: Factor out ARM on/off PSCI control functions
Split ARM on/off function from PSCI support code. This will allow to reuse these functions in other code. Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-arm/Makefile.objs')
-rw-r--r--target-arm/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/Makefile.objs b/target-arm/Makefile.objs
index 82cbe6bbad..f20641163c 100644
--- a/target-arm/Makefile.objs
+++ b/target-arm/Makefile.objs
@@ -9,3 +9,4 @@ obj-y += neon_helper.o iwmmxt_helper.o
obj-y += gdbstub.o
obj-$(TARGET_AARCH64) += cpu64.o translate-a64.o helper-a64.o gdbstub64.o
obj-y += crypto_helper.o
+obj-y += arm-powerctl.o