2019-04-06 09:08:09 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-07-16 18:37:14 -07:00
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
|
|
|
|
2019-06-30 16:43:30 -07:00
|
|
|
zephyr_cc_option(-march=goldmont)
|
2018-07-16 18:37:14 -07:00
|
|
|
|
|
|
|
zephyr_library_sources(soc.c)
|
2019-09-28 22:38:03 -04:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_SMP cpu.c)
|