diff mbox

[v0,4/6] move tcg relative files into tcg directory

Message ID 1495179026-27872-5-git-send-email-yang.zhong@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Yang Zhong May 19, 2017, 7:30 a.m. UTC
move translate-common.c to ./tcg

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
---
 Makefile.target                              | 2 +-
 translate-common.c => tcg/translate-common.c | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename translate-common.c => tcg/translate-common.c (100%)
diff mbox

Patch

diff --git a/Makefile.target b/Makefile.target
index c96ebd2..7ee6cb3 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -90,7 +90,7 @@  all: $(PROGS) stap
 # cpu emulator library
 obj-y = exec.o cpu-exec.o
 obj-y += tcg/translate-all.o
-obj-y += translate-common.o
+obj-y += tcg/translate-common.o
 obj-y += cpu-exec-common.o
 obj-y += tcg/tcg.o tcg/tcg-op.o tcg/optimize.o
 obj-$(CONFIG_TCG_INTERPRETER) += tci.o
diff --git a/translate-common.c b/tcg/translate-common.c
similarity index 100%
rename from translate-common.c
rename to tcg/translate-common.c