repair the compiler error of the configuration with Seperating compiler or musl lib

This commit is contained in:
Wang_Weigen
2023-02-28 17:20:39 +08:00
parent ff78fcc100
commit 5ae31a37f3
18 changed files with 325 additions and 22 deletions
+1 -4
View File
@@ -533,17 +533,14 @@ endif
ifeq ($(ARCH), risc-v)
# KERNELPATHS +=-I$(KERNEL_ROOT)/arch/risc-v/shared
ifeq ($(MCU), k210)
KERNELPATHS +=-I$(KERNEL_ROOT)/arch/risc-v/shared
ifeq ($(MCU), k210)
KERNELPATHS +=-I$(KERNEL_ROOT)/arch/risc-v/k210
endif
ifeq ($(MCU), FE310)
KERNELPATHS +=-I$(KERNEL_ROOT)/arch/risc-v/shared
KERNELPATHS +=-I$(KERNEL_ROOT)/arch/risc-v/fe310
endif
ifeq ($(MCU), GAP8)
KERNELPATHS +=-I$(KERNEL_ROOT)/arch/risc-v/shared
KERNELPATHS +=-I$(KERNEL_ROOT)/arch/risc-v/gap8
endif
ifeq ($(MCU), GD32VF103)