c348fb51c9
This changes all Actinius boards to use the helper lib in `boards/common/actinius` for setting up common init values such as SIM Select and Charger Enable. Signed-off-by: Alex Tsamakos <alex@actinius.com>
9 lines
168 B
CMake
9 lines
168 B
CMake
#
|
|
# Copyright (c) 2021-2022 Actinius
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
|