blob: 3c253ac264835d325f6b4169896a27a432b2b164 [file] [log] [blame]
# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_cc_option(-march=pentium -mtune=i486)
zephyr_sources(soc.c)
add_subdirectory_ifdef(CONFIG_PM pm)
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
include(../utils/build_ish_firmware.cmake)