blob: 2a383825e93da4f3819437e390bf322c334cf842 [file] [log] [blame]
#!/bin/bash
#
# Copyright (c) 2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tf_build() {
# Only build bl32 target for this config
targets="bl32" set_tf_build_targets
}