13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
|
# Copyright (c) 2019 BayLibre SAS
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_QEMU_RISCV64
|
||
|
|
||
|
config BUILD_OUTPUT_BIN
|
||
|
default n
|
||
|
|
||
|
config BOARD
|
||
|
default "qemu_riscv64"
|
||
|
|
||
|
endif
|