blob: 229f782eab091e4c170a9f0ceaf1d2c2e0aa2f13 [file] [log] [blame]
#!/bin/bash
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Build bootloader binaries and generate combined images (as part of the signing process).
export CONFIG_AML_SIGNED_UBOOT=y
# The built images will be in build/
CROSS_COMPILE=aarch64-linux-gnu- ./mk kvim3_zircon || exit 1