scripts: Add MAKEFLAGS variable
This commit is contained in:
parent
fa8521ff95
commit
ceb68e4f78
|
|
@ -27,4 +27,4 @@ cd arm-trusted-firmware
|
||||||
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"
|
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"
|
||||||
|
|
||||||
# Build ATF
|
# Build ATF
|
||||||
make PLAT="${PLAT}" DEBUG=1 bl31
|
make ${MAKEFLAGS} PLAT="${PLAT}" DEBUG=1 bl31
|
||||||
|
|
|
||||||
|
|
@ -41,4 +41,4 @@ esac
|
||||||
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"
|
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"
|
||||||
|
|
||||||
# Build U-Boot
|
# Build U-Boot
|
||||||
make "${DEFCONFIG}" && make
|
make ${MAKEFLAGS} "${DEFCONFIG}" && make ${MAKEFLAGS}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue