diff options
Diffstat (limited to 'target-alpha/Makefile.objs')
-rw-r--r-- | target-alpha/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/Makefile.objs b/target-alpha/Makefile.objs index b96c5da98d..63664629f6 100644 --- a/target-alpha/Makefile.objs +++ b/target-alpha/Makefile.objs @@ -1,4 +1,4 @@ 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 +obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o obj-y += gdbstub.o |