repair the compile error for imxrt1176-sbc

This commit is contained in:
Wang_Weigen 2022-09-06 10:36:00 +08:00
parent 48b454ab70
commit 7c709bfe9f
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ endif
endif
ifeq ($(BSP_ROOT),$(KERNEL_ROOT)/board/imxrt1176-sbc)
KERNELPATHS :=-I$(BSP_ROOT) \
KERNELPATHS += \
-I$(KERNEL_ROOT)/arch/arm/cortex-m7 \
-I$(BSP_ROOT)/include \
-I$(BSP_ROOT)/third_party_driver \