03a7a1961f
Now that accel/accel.c does not use CONFIG_TCG or CONFIG_KVM anymore, it need not be compiled once for every softmmu target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
6 lines
170 B
Makefile
6 lines
170 B
Makefile
common-obj-$(CONFIG_SOFTMMU) += accel.o
|
|
obj-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_POSIX)) += qtest.o
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_TCG) += tcg/
|
|
obj-y += stubs/
|