Skip to content

Commit

Permalink
target/arm: Move psci.c into the tcg directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Claudio Fontana authored and pm215 committed Feb 27, 2023
1 parent a3ef070 commit 9def656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/arm/meson.build
Expand Up @@ -22,7 +22,6 @@ arm_softmmu_ss.add(files(
'arm-powerctl.c',
'machine.c',
'monitor.c',
'psci.c',
'ptw.c',
))

Expand Down
4 changes: 4 additions & 0 deletions target/arm/tcg/meson.build
Expand Up @@ -43,3 +43,7 @@ arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
'sme_helper.c',
'sve_helper.c',
))

arm_softmmu_ss.add(files(
'psci.c',
))
File renamed without changes.

0 comments on commit 9def656

Please sign in to comment.