feat: normalize drivers framework component and repos
Signed-off-by: yuanbo <yuanbo@huawei.com>
This commit is contained in:
parent
3303cd7bc1
commit
3a887c616a
|
@ -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"
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue