blob: 7954f6e27f2b07c79f9cf472e2c2725c7fa5d7b9 [file] [log] [blame]
Paul Sokolovsky3486b4e2022-09-06 13:33:57 +03001#!/bin/bash
2#
3# Copyright (c) 2021-2022 BUGSENG srl. All rights reserved.
4# Copyright (c) 2022 Arm Limited. All rights reserved.
5#
6# SPDX-License-Identifier: BSD-3-Clause
7
8set -ex
9
10export CROSS_COMPILE=/opt/gcc-arm-11.2-2022.02-x86_64-aarch64-none-elf/bin/aarch64-none-elf-
11cd ${WORKSPACE}/trusted-firmware-a
12make PLAT=$1 clean
13make PLAT=$1 ${MAKE_TARGET} -j3