mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
14 lines
411 B
Plaintext
Executable File
14 lines
411 B
Plaintext
Executable File
#
|
|
# 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 LINUXFAMILY="arm64"
|
|
declare -g ARCH="arm64"
|
|
declare -g BOOTENV_FILE="qcom-abl.txt"
|
|
enable_extension "image-output-abl"
|