diff mbox

[v2,4/6] tcg: move translate-common.c to tcg/ subdirectory

Message ID 1496212144-14947-5-git-send-email-yang.zhong@intel.com
State New
Headers show

Commit Message

Yang Zhong May 31, 2017, 6:29 a.m. UTC
tcg: move translate-common.c to tcg/ subdirectory

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 5d33174..648e61e 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