2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2017-10-12 21:02:23 +08:00
|
|
|
zephyr_library()
|
2018-06-15 02:21:18 +08:00
|
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
2017-10-12 21:02:23 +08:00
|
|
|
zephyr_library_sources(soc.c)
|
2019-11-27 06:19:36 +08:00
|
|
|
|
|
|
|
if("${ZEPHYR_TOOLCHAIN_VARIANT}" STREQUAL "xcc")
|
|
|
|
if(CONFIG_NEWLIB_LIBC)
|
|
|
|
zephyr_library_sources(xcc_newlib_fix.c)
|
|
|
|
endif()
|
|
|
|
endif()
|