diff options
Diffstat (limited to 'target-microblaze/Makefile.objs')
-rw-r--r-- | target-microblaze/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/Makefile.objs b/target-microblaze/Makefile.objs index afb87bcc80..985330eac5 100644 --- a/target-microblaze/Makefile.objs +++ b/target-microblaze/Makefile.objs @@ -1,2 +1,2 @@ obj-y += translate.o op_helper.o helper.o cpu.o -obj-$(CONFIG_SOFTMMU) += mmu.o machine.o +obj-$(CONFIG_SOFTMMU) += mmu.o |