13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
|
#
|
||
|
# Copyright (c) 2019 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if BOARD_ACRN
|
||
|
|
||
|
config BOARD
|
||
|
default "acrn"
|
||
|
|
||
|
endif # BOARD_ACRN
|