tcg: move translate-common.c to tcg/ subdirectory Signed-off-by: Yang Zhong <yang.zh...@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 --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 -- 1.9.1