summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorYang Zhong <yang.zhong@intel.com>2017-06-02 14:06:43 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2017-06-15 11:04:05 +0200
commita9ded6017ea39ea845fb1acf5187528bd74acb04 (patch)
tree1709f63a564b06c926bf879e78fed5fb938d230e /Makefile.objs
parent041e32b8d9d076980b4e35317c0339e57ab888f1 (diff)
downloadqemu-a9ded6017ea39ea845fb1acf5187528bd74acb04.tar.gz
accel: split the tcg accelerator from accel.c file
there are some types of accelerators in qemu, and all accelerators have their own file except tcg. tcg accelerator is also defined in accel.c file. tcg accelerator file will be splited from accel.c and re-name to tcg-all.c. accel/ directory will be created to include kvm and tcg related files. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <1496383606-18060-2-git-send-email-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 0575802440..d32f2db34d 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -52,7 +52,6 @@ common-obj-y += migration/
common-obj-y += audio/
common-obj-y += hw/
-common-obj-y += accel.o
common-obj-y += replay/