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