diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2018-05-22 18:21:21 -0700 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2018-07-03 00:05:28 +0900 |
commit | fd992ee7e3fb12aea888744313a2869c8848ef9d (patch) | |
tree | 229219a3160d8e4bb831e184d1bef4ef91f658fa /target/openrisc/Makefile.objs | |
parent | 23d45ebdb198378ae580c98ac898aa4b615059fd (diff) |
target/openrisc: Merge mmu_helper.c into mmu.c
With tlb_fill in mmu.c, we can simplify things further.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'target/openrisc/Makefile.objs')
-rw-r--r-- | target/openrisc/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/openrisc/Makefile.objs b/target/openrisc/Makefile.objs index 8b8a890c59..b5432f4684 100644 --- a/target/openrisc/Makefile.objs +++ b/target/openrisc/Makefile.objs @@ -1,7 +1,7 @@ obj-$(CONFIG_SOFTMMU) += machine.o obj-y += cpu.o exception.o interrupt.o mmu.o translate.o disas.o obj-y += exception_helper.o fpu_helper.o \ - interrupt_helper.o mmu_helper.o sys_helper.o + interrupt_helper.o sys_helper.o obj-y += gdbstub.o DECODETREE = $(SRC_PATH)/scripts/decodetree.py |