13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
|
# Copyright (c) 2020 EPAM Systems
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_XENVM
|
||
|
|
||
|
config BUILD_OUTPUT_BIN
|
||
|
default y
|
||
|
|
||
|
config BOARD
|
||
|
default "xenvm"
|
||
|
|
||
|
endif # BOARD_XENVM
|