summaryrefslogtreecommitdiff
path: root/accel
diff options
context:
space:
mode:
authorYang Zhong <yang.zhong@intel.com>2017-07-03 18:12:23 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2017-07-05 09:12:44 +0200
commite4b4b6428ca45cb1374dab98ab1d23a213a5db9a (patch)
tree0164f80312246a36b8ffd6bcc0d6f2011d432273 /accel
parentb11ec7f2e44b285a3967d629b55d1a6970b06787 (diff)
downloadqemu-e4b4b6428ca45cb1374dab98ab1d23a213a5db9a.tar.gz
tcg: add the CONFIG_TCG into Makefiles
Add the CONFIG_TCG for frontend and backend's files in the related Makefiles. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'accel')
-rw-r--r--accel/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/Makefile.objs b/accel/Makefile.objs
index cd5702f347..10666eda71 100644
--- a/accel/Makefile.objs
+++ b/accel/Makefile.objs
@@ -1,4 +1,4 @@
obj-$(CONFIG_SOFTMMU) += accel.o
obj-y += kvm/
-obj-y += tcg/
+obj-$(CONFIG_TCG) += tcg/
obj-y += stubs/