7 lines
201 B
CMake
7 lines
201 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2011-2014, Wind River Systems, Inc.
|
|
|
|
zephyr_include_directories(.)
|
|
|
|
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
|