aboutsummaryrefslogtreecommitdiff
path: root/accel/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'accel/Makefile.objs')
-rw-r--r--accel/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/Makefile.objs b/accel/Makefile.objs
index 8b498d3..17e5ac6 100644
--- a/accel/Makefile.objs
+++ b/accel/Makefile.objs
@@ -1,4 +1,4 @@
-obj-$(CONFIG_SOFTMMU) += accel.o
+common-obj-$(CONFIG_SOFTMMU) += accel.o
obj-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_POSIX)) += qtest.o
obj-$(CONFIG_KVM) += kvm/
obj-$(CONFIG_TCG) += tcg/