mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
Split from a patch by Brijesh Singh (brijesh.singh@amd.com). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
4 lines
101 B
Text
4 lines
101 B
Text
obj-$(CONFIG_SOFTMMU) += accel.o
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_TCG) += tcg/
|
|
obj-y += stubs/
|