Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bfc607e38d43b157e05d0db76eb078bec05a6060
/
.
/
soc
/
raspberrypi
/
rp2xxx
/
CMakeLists.txt
blob: 8f48fc01aba95708dc5fab68367c740087a1063c [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(soc.c)
zephyr_include_directories(.)
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")