target/arm: Makefile cleanup (softmmu)
Group SOFTMMU objects together. Since PSCI is TCG specific, keep it separate. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190701132516.26392-5-philmd@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
7efefd9bbb
commit
b601e0cd78
@ -1,8 +1,9 @@
|
||||
obj-y += arm-semi.o
|
||||
obj-$(CONFIG_SOFTMMU) += machine.o psci.o arch_dump.o monitor.o
|
||||
obj-y += helper.o vfp_helper.o
|
||||
obj-y += cpu.o gdbstub.o
|
||||
obj-$(TARGET_AARCH64) += cpu64.o gdbstub64.o
|
||||
|
||||
obj-$(CONFIG_SOFTMMU) += machine.o arch_dump.o monitor.o
|
||||
obj-$(CONFIG_SOFTMMU) += arm-powerctl.o
|
||||
|
||||
obj-$(CONFIG_KVM) += kvm.o
|
||||
@ -35,6 +36,8 @@ obj-y += translate.o op_helper.o
|
||||
obj-y += crypto_helper.o
|
||||
obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o
|
||||
|
||||
obj-$(CONFIG_SOFTMMU) += psci.o
|
||||
|
||||
obj-$(TARGET_AARCH64) += translate-a64.o helper-a64.o
|
||||
obj-$(TARGET_AARCH64) += translate-sve.o sve_helper.o
|
||||
obj-$(TARGET_AARCH64) += pauth_helper.o
|
||||
|
Loading…
Reference in New Issue
Block a user