modules: hal_nxp: tweak integration to utilize cmake-ext/kconfig-ext
Update zephyr side to handle hal_nxp using cmake-ext/kconfig-ext. This allows for having zephyr specific integration code live with the zephyr source tree. For now on the cmake side we just use add_subdirectory() of the hal_nxp repo so the integration is effectively transparent. For Kconfig we add a place holder Kconfig file since the hal_nxp repo doesn't have any Kconfig files in it currently. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
a56c42574e
commit
689864ebe0
7
modules/hal_nxp/CMakeLists.txt
Normal file
7
modules/hal_nxp/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2021 Linaro, Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} hal_nxp)
|
7
modules/hal_nxp/Kconfig
Normal file
7
modules/hal_nxp/Kconfig
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2021 Linaro, Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# file is empty and kept as a place holder if/when Kconfig is needed
|
Loading…
Reference in a new issue