From 7c709bfe9f6f7765637ca9fe40e741d1877078f2 Mon Sep 17 00:00:00 2001 From: Wang_Weigen Date: Tue, 6 Sep 2022 10:36:00 +0800 Subject: [PATCH] repair the compile error for imxrt1176-sbc --- Ubiquitous/XiZi/path_kernel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiZi/path_kernel.mk b/Ubiquitous/XiZi/path_kernel.mk index 7ffd27a20..46adf3b9f 100755 --- a/Ubiquitous/XiZi/path_kernel.mk +++ b/Ubiquitous/XiZi/path_kernel.mk @@ -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 \