diff options
Diffstat (limited to 'accel/tcg/Makefile.objs')
-rw-r--r-- | accel/tcg/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/Makefile.objs b/accel/tcg/Makefile.objs index 940379beb8..f173cd5397 100644 --- a/accel/tcg/Makefile.objs +++ b/accel/tcg/Makefile.objs @@ -1,3 +1,3 @@ obj-$(CONFIG_SOFTMMU) += tcg-all.o obj-$(CONFIG_SOFTMMU) += cputlb.o -obj-y += cpu-exec.o cpu-exec-common.o +obj-y += cpu-exec.o cpu-exec-common.o translate-all.o translate-common.o |