Xtensa toolchains also contain a profile for sample_controller. So if compiling for it, skip the Xtensa HAL module in Zephyr tree so the toolchain can use the one included in the toolchain. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
7 lines
270 B
Text
7 lines
270 B
Text
# Copyright (c) 2017 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_XTENSA_SAMPLE_CONTROLLER
|
|
select XTENSA
|
|
select XTENSA_HAL if ("$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc" && "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xt-clang")
|
|
select ARCH_SUPPORTS_COREDUMP
|