Create an SoC definition for the Audio DSP on Intel Apollolake Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
7 lines
213 B
CMake
7 lines
213 B
CMake
# 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)
|