From 3a887c616a2c69f4ac0b5a30b6da8acb435b4627 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Wed, 15 Jun 2022 20:07:10 +0800 Subject: [PATCH] feat: normalize drivers framework component and repos Signed-off-by: yuanbo --- drivers/Kconfig | 2 +- liteos.gni | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 6509991c..3689825f 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -4,7 +4,7 @@ config DRIVERS help Answer Y to enable LiteOS support driver. -source "../../drivers/adapter/khdf/liteos_m/Kconfig" +source "../../drivers/hdf_core/adapter/khdf/liteos_m/Kconfig" # Device driver Kconfig import osource "$(DEVICE_PATH)/drivers/Kconfig" diff --git a/liteos.gni b/liteos.gni index 39260f97..4a10574d 100644 --- a/liteos.gni +++ b/liteos.gni @@ -52,7 +52,7 @@ import("$root_out_dir/config.gni") LITEOSTOPDIR = "//kernel/liteos_m" LITEOSTHIRDPARTY = "//third_party" -HDFTOPDIR = "//drivers/adapter/khdf/liteos_m" +HDFTOPDIR = "//drivers/hdf_core/adapter/khdf/liteos_m" ARCH = "" if (defined(LOSCFG_ARCH_ARM_AARCH32)) {