tcg: move tcg-runtime.c to tcg/ subdirectory Signed-off-by: Yang Zhong <yang.zh...@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 ce8dfe4..3ba2074 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