qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v0 4/6] move tcg relative files into tcg directory


From: Yang Zhong
Subject: [Qemu-devel] [PATCH v0 4/6] move tcg relative files into tcg directory
Date: Fri, 19 May 2017 15:30:24 +0800

move translate-common.c to ./tcg

Signed-off-by: Yang Zhong <address@hidden>
---
 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 --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
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]