tcg: move tci.c to tcg/ subdirectory Signed-off-by: Yang Zhong <yang.zh...@intel.com> --- Makefile.target | 2 +- tci.c => tcg/tci.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tci.c => tcg/tci.c (100%)
diff --git a/Makefile.target b/Makefile.target index 648e61e..8561132 100644 --- a/Makefile.target +++ b/Makefile.target @@ -93,7 +93,7 @@ obj-y += tcg/translate-all.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 +obj-$(CONFIG_TCG_INTERPRETER) += tcg/tci.o obj-y += tcg/tcg-common.o obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o obj-y += fpu/softfloat.o diff --git a/tci.c b/tcg/tci.c similarity index 100% rename from tci.c rename to tcg/tci.c -- 1.9.1