From a81f8e35d25dcb16af2fcc93c6f839357905921f Mon Sep 17 00:00:00 2001 From: "Wien.b" <18058767332@163.com> Date: Tue, 26 Dec 2023 22:22:28 -0800 Subject: [PATCH] fix path_kernel.mk error --- Ubiquitous/XiZi_IIoT/path_kernel.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Ubiquitous/XiZi_IIoT/path_kernel.mk b/Ubiquitous/XiZi_IIoT/path_kernel.mk index 6469df8a8..30bc00a6e 100755 --- a/Ubiquitous/XiZi_IIoT/path_kernel.mk +++ b/Ubiquitous/XiZi_IIoT/path_kernel.mk @@ -607,14 +607,13 @@ ifeq ($(CONFIG_LIB_USING_CJSON), y) KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/lib/cJSON endif -<<<<<<< HEAD ifeq ($(CONFIG_LIB_USING_FREEMODBUS), y) KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/lib/freemodbus -======= +endif + ifeq ($(CONFIG_LIB_USING_SQLITE), y) KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/lib/SQLite # KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/lib/SQLite/xizi_port # ->>>>>>> 051f67ddba2c147f4dd182d204ca8dbf28110479 endif ifeq ($(CONFIG_LIB_USING_LORAWAN), y)