From 825482adde1f971cbddf27e15fb4453ab3fae994 Mon Sep 17 00:00:00 2001 From: Jean-Christophe DUBOIS Date: Thu, 12 May 2016 13:22:28 +0100 Subject: 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 Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- target-arm/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/Makefile.objs') diff --git a/target-arm/Makefile.objs b/target-arm/Makefile.objs index 82cbe6b..f206411 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 -- cgit v1.1