diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-alpha/Makefile.objs b/target-alpha/Makefile.objs index 9a7287072a..590304cc61 100644 --- a/target-alpha/Makefile.objs +++ b/target-alpha/Makefile.objs @@ -1,2 +1,3 @@ -obj-y += helper.o cpu.o +obj-$(CONFIG_SOFTMMU) += machine.o +obj-y += translate.o helper.o cpu.o obj-y += int_helper.o fpu_helper.o sys_helper.o mem_helper.o |