mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 19:04:46 +00:00
Instead of putting object files inside libzephyr.a, simply build a separate static library as most other driver types are doing this already. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
5 lines
118 B
CMake
5 lines
118 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources_ifdef(CONFIG_SYSCON syscon.c)
|