diff options
Diffstat (limited to 'target-alpha/Makefile.objs')
-rw-r--r-- | target-alpha/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-alpha/Makefile.objs b/target-alpha/Makefile.objs new file mode 100644 index 0000000000..590304cc61 --- /dev/null +++ b/target-alpha/Makefile.objs @@ -0,0 +1,3 @@ +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 |