zephyr/soc/intel/lakemont/CMakeLists.txt

10 lines
229 B
CMake

# Copyright (c) 2021-2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_cc_option(-march=pentium)
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")