!714 eat: normalize drivers framework component and repos

Merge pull request !714 from yuanbo/master
This commit is contained in:
openharmony_ci 2022-06-17 06:40:26 +00:00 committed by Gitee
commit c1e3856bbe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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)) {