2024-01-11 21:54:45 +08:00
|
|
|
# Copyright (c) 2018 Intel Corporation
|
2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-10-30 18:18:51 +08:00
|
|
|
zephyr_include_directories(include)
|
2024-01-11 21:54:45 +08:00
|
|
|
zephyr_include_directories(.)
|
|
|
|
|
2023-10-28 06:05:02 +08:00
|
|
|
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
|