mirror of https://github.com/armbian/build.git
17 lines
555 B
Plaintext
17 lines
555 B
Plaintext
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
|
|
#
|
|
# This file is a part of the Armbian Build Framework
|
|
# https://github.com/armbian/build/
|
|
#
|
|
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
|
|
declare -g UBOOT_USE_GCC="none"
|
|
declare -g UEFI_GRUB_TERMINAL="gfxterm"
|
|
declare -g LINUXFAMILY="loong64"
|
|
declare -g ARCH="loong64"
|
|
# shellcheck source=config/sources/families/include/uefi_common.inc
|
|
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|
|
enable_extension "grub"
|