drivers: sys_con: build as static library
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>
This commit is contained in:
parent
94514726b2
commit
59a16f71d5
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_sources_ifdef(CONFIG_SYSCON syscon.c)
|
||||
zephyr_library()
|
||||
zephyr_library_sources_ifdef(CONFIG_SYSCON syscon.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue