mirror of https://github.com/xemu-project/xemu.git
target/arm: Move psci.c into the tcg directory
Signed-off-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
a3ef070ea9
commit
9def656e7a
|
@ -22,7 +22,6 @@ arm_softmmu_ss.add(files(
|
||||||
'arm-powerctl.c',
|
'arm-powerctl.c',
|
||||||
'machine.c',
|
'machine.c',
|
||||||
'monitor.c',
|
'monitor.c',
|
||||||
'psci.c',
|
|
||||||
'ptw.c',
|
'ptw.c',
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
@ -43,3 +43,7 @@ arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
|
||||||
'sme_helper.c',
|
'sme_helper.c',
|
||||||
'sve_helper.c',
|
'sve_helper.c',
|
||||||
))
|
))
|
||||||
|
|
||||||
|
arm_softmmu_ss.add(files(
|
||||||
|
'psci.c',
|
||||||
|
))
|
||||||
|
|
Loading…
Reference in New Issue