11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_QEMU_LEON3
|
||
|
|
||
|
config BOARD
|
||
|
default "qemu_leon3"
|
||
|
|
||
|
endif
|