summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld/sa-lld-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/sa-lld/sa-lld-test_git.bb')
-rw-r--r--recipes-bsp/sa-lld/sa-lld-test_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb
index 2069d415..7cb0ac7a 100644
--- a/recipes-bsp/sa-lld/sa-lld-test_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb
@@ -15,7 +15,7 @@ do_compile () {
15 make -f makefile_armv7 clean PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} 15 make -f makefile_armv7 clean PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S}
16 for choice in ${CHOICELIST} 16 for choice in ${CHOICELIST}
17 do 17 do
18 make -f makefile_armv7 examples PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} USEDYNAMIC_LIB="$choice" 18 make -f makefile_armv7 examples utils PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} USEDYNAMIC_LIB="$choice"
19 done 19 done
20 done 20 done
21} 21}