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