add edu-riscv64 board for xizi

This commit is contained in:
Wang_Weigen
2022-10-17 16:14:36 +08:00
parent 43fdd542da
commit 9c15e587c4
90 changed files with 24123 additions and 1 deletions

View File

@@ -100,6 +100,16 @@ KERNELPATHS += \
-I$(KERNEL_ROOT)/include #
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/edu-riscv64)
KERNELPATHS += \
-I$(BSP_ROOT)/include \
-I$(BSP_ROOT)/third_party_driver/include \
-I$(BSP_ROOT)/third_party_driver \
-I$(BSP_ROOT)/third_party_driver/drivers \
-I$(BSP_ROOT)/third_party_driver/lcd \
-I$(KERNEL_ROOT)/include #
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/kd233)
KERNELPATHS += \
-I$(BSP_ROOT)/include \