zephyr/soc/intel/raptor_lake/CMakeLists.txt

9 lines
229 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_cc_option(-march=goldmont)
zephyr_library_sources(../common/soc_gpio.c)
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")