1# Copyright (c) 2018 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4set(SUPPORTED_EMU_PLATFORMS qemu)
5
6set(QEMU_CPU_TYPE_${ARCH} nios2)
7
8set(QEMU_FLAGS_${ARCH}
9  -machine altera_10m50_zephyr
10  -nographic
11  )
12
13board_set_debugger_ifnset(qemu)
14