rename board name 'gd32vf103_rvstar' as 'gd32vf103-rvstar'

This commit is contained in:
Wang_Weigen
2022-06-22 17:11:04 +08:00
parent bc7913a713
commit 578680f6e5
59 changed files with 16 additions and 16 deletions

View File

@@ -109,9 +109,9 @@ KERNELPATHS :=-I$(BSP_ROOT) \
-I$(KERNEL_ROOT)/include #
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/gd32vf103_rvstar)
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/gd32vf103-rvstar)
KERNELPATHS :=-I$(BSP_ROOT) \
-I$(KERNEL_ROOT)/arch/risc-v/gd32vf103_rvstar \
-I$(KERNEL_ROOT)/arch/risc-v/gd32vf103-rvstar \
-I$(BSP_ROOT)/include \
-I$(BSP_ROOT)/third_party_driver \
-I$(BSP_ROOT)/third_party_driver/include \