blob: 29732c6c5374016bd83b6d5bd835a06baf6cde74 [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
Paul Sokolovskyb3f73992022-10-05 18:27:22 +030010env
11
Paul Sokolovsky3486b4e2022-09-06 13:33:57 +030012cd ${WORKSPACE}/trusted-firmware-a
Paul Sokolovskyb3f73992022-10-05 18:27:22 +030013make clean
Paul Sokolovsky8d03a342022-10-07 17:59:47 +030014make ${MAKE_TARGET} -j3 $(cat ${WORKSPACE}/tf-a-ci-scripts/tf_config/$1)