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

Yang Zhong posted 6 patches 8 years, 8 months ago
Only 5 patches received!
[Qemu-devel] [PATCH v0 1/6] move tcg relative files into tcg directory
Posted by Yang Zhong 8 years, 8 months ago
move tcg-runtime.c to ./tcg directory

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

diff --git a/Makefile.target b/Makefile.target
index 465a633..c388fd6 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -98,7 +98,7 @@ obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
 obj-y += fpu/softfloat.o
 obj-y += target/$(TARGET_BASE_ARCH)/
 obj-y += disas.o
-obj-y += tcg-runtime.o
+obj-y += tcg/tcg-runtime.o
 obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
 obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
diff --git a/tcg-runtime.c b/tcg/tcg-runtime.c
similarity index 100%
rename from tcg-runtime.c
rename to tcg/tcg-runtime.c
-- 
1.9.1