Commit 8d6d4de removed the hint that this platform supports coverage
resulting in zero coverage collection using ARM in our workflows.
Fixes #84444
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
# Copyright (c) 2017 Linaro Limited
|
|
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_MPS2
|
|
select HAS_COVERAGE_SUPPORT
|
|
select QEMU_TARGET if BOARD_MPS2_AN385 || BOARD_MPS2_AN521_CPU0 || BOARD_MPS2_AN521_CPU0_NS || BOARD_MPS2_AN521_CPU1
|