You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
309 B
15 lines
309 B
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
zephyr_sources( |
|
vectors.S |
|
soc_irq.S |
|
soc.c |
|
../common/loader.c |
|
) |
|
|
|
zephyr_include_directories(.) |
|
|
|
zephyr_sources_ifndef(CONFIG_BOOTLOADER_MCUBOOT hw_init.c) |
|
|
|
zephyr_library_sources_ifdef(CONFIG_PM power.c) |
|
zephyr_library_sources_ifdef(CONFIG_POWEROFF poweroff.c)
|
|
|