mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06: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/
|