2019-11-19 12:33:35 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
|
|
|
zephyr_library_sources(adsp.c)
|
|
|
|
zephyr_library_sources(soc.c)
|
|
|
|
zephyr_library_sources(main_entry.S)
|
2020-02-26 18:12:11 -08:00
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_SMP soc_mp.c)
|
2020-05-07 15:30:51 +03:00
|
|
|
|
|
|
|
add_subdirectory(common)
|