diff options
Diffstat (limited to 'qemu/target-microblaze/Makefile.objs')
-rw-r--r-- | qemu/target-microblaze/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/target-microblaze/Makefile.objs b/qemu/target-microblaze/Makefile.objs new file mode 100644 index 000000000..f3d7b44c8 --- /dev/null +++ b/qemu/target-microblaze/Makefile.objs @@ -0,0 +1,3 @@ +obj-y += translate.o op_helper.o helper.o cpu.o +obj-y += gdbstub.o +obj-$(CONFIG_SOFTMMU) += mmu.o |