fix make issue
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
aea01c9455
commit
86cc70871c
1 changed files with 2 additions and 3 deletions
|
@ -4016,10 +4016,9 @@ component_build_aes_variations() {
|
||||||
|
|
||||||
echo "all: ${DEPS}" >> $MAKEFILE
|
echo "all: ${DEPS}" >> $MAKEFILE
|
||||||
|
|
||||||
MAKEFILE_CONTENT=`cat $MAKEFILE`
|
|
||||||
rm ${MAKEFILE}
|
|
||||||
NCPUS=$(lscpu -p|tail -n1|sed 's/,.*//')
|
NCPUS=$(lscpu -p|tail -n1|sed 's/,.*//')
|
||||||
echo $MAKEFILE_CONTENT | make --quiet -j$((NCPUS * 2)) -f ${MAKEFILE} all
|
make --quiet -j$((NCPUS * 2)) -f ${MAKEFILE} all
|
||||||
|
rm ${MAKEFILE}
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_no_platform () {
|
component_test_no_platform () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue