From 4dd044c6ba8b957899f0f308ab43ad61a27d26d4 Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Fri, 20 Jul 2012 15:50:49 +0800 Subject: target-or32: Add system instructions Add OpenRISC system instructions. Signed-off-by: Jia Liu Signed-off-by: Blue Swirl --- target-openrisc/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-openrisc/Makefile.objs') diff --git a/target-openrisc/Makefile.objs b/target-openrisc/Makefile.objs index 926fc2f..44dc539 100644 --- a/target-openrisc/Makefile.objs +++ b/target-openrisc/Makefile.objs @@ -1,4 +1,4 @@ obj-$(CONFIG_SOFTMMU) += machine.o obj-y += cpu.o exception.o interrupt.o mmu.o translate.o obj-y += exception_helper.o fpu_helper.o int_helper.o \ - interrupt_helper.o mmu_helper.o + interrupt_helper.o mmu_helper.o sys_helper.o -- cgit v1.1