contrib/jenkins.sh: Build APP=cardem for BOARD=ngff_cardem

This makes sure downloads.osmocom.org will get cardem images
for the new ngff_cardem board.

The dfu loader was not enabled as it currently overflows the ROM
region by 200 bytes, see OS#5210.

Change-Id: Id2b7925c823fb19f880e06a205764d2b19de4ad4
Related: OS#5210
This commit is contained in:
Harald Welte 2021-08-08 21:24:27 +02:00
parent 7ca68359f3
commit 3092721729
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ BUILDS+="simtrace/dfu simtrace/trace simtrace/cardem "
BUILDS+="qmod/dfu qmod/cardem "
BUILDS+="owhw/dfu owhw/cardem "
BUILDS+="octsimtest/cardem "
BUILDS+="ngff_cardem/cardem "
cd $TOPDIR/firmware
for build in $BUILDS; do