From 08521ceaa54875d35ac53f2741a20d7dd822d30d Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Sat, 8 Dec 2018 17:08:52 +0800 Subject: [PATCH] [libcpu] Fix the E310 compiling issue. --- libcpu/risc-v/e310/interrupt_gcc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/risc-v/e310/interrupt_gcc.S b/libcpu/risc-v/e310/interrupt_gcc.S index a71987b05..297851d71 100644 --- a/libcpu/risc-v/e310/interrupt_gcc.S +++ b/libcpu/risc-v/e310/interrupt_gcc.S @@ -8,7 +8,7 @@ * 2018/10/02 Bernard The first version */ -#include "port.h" +#include "cpuport.h" .section .text.entry .align 2 -- GitLab