aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/Makefile.objs
diff options
context:
space:
mode:
authorYang Zhong <yang.zhong@intel.com>2017-06-02 14:06:44 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2017-06-15 11:04:06 +0200
commitd9bb58e51068dfc48746c6af0179926c8dc05bce (patch)
treebd0c3683d7acdf7b2f67ac38b7d7571dbd103694 /accel/tcg/Makefile.objs
parenta9ded6017ea39ea845fb1acf5187528bd74acb04 (diff)
tcg: move tcg related files into accel/tcg/ subdirectory
move cputlb.c, cpu-exec-common.c and cpu-exec.c related tcg exec file into accel/tcg/ subdirectory. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <1496383606-18060-3-git-send-email-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'accel/tcg/Makefile.objs')
-rw-r--r--accel/tcg/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/accel/tcg/Makefile.objs b/accel/tcg/Makefile.objs
index 6e3211ade1..940379beb8 100644
--- a/accel/tcg/Makefile.objs
+++ b/accel/tcg/Makefile.objs
@@ -1 +1,3 @@
obj-$(CONFIG_SOFTMMU) += tcg-all.o
+obj-$(CONFIG_SOFTMMU) += cputlb.o
+obj-y += cpu-exec.o cpu-exec-common.o