diff options
Diffstat (limited to 'target-openrisc/Makefile.objs')
-rw-r--r-- | target-openrisc/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-openrisc/Makefile.objs b/target-openrisc/Makefile.objs new file mode 100644 index 0000000000..ef933effa6 --- /dev/null +++ b/target-openrisc/Makefile.objs @@ -0,0 +1,3 @@ +obj-$(CONFIG_SOFTMMU) += machine.o +obj-y += cpu.o interrupt.o mmu.o translate.o +obj-y += mmu_helper.o |