summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/armstubs/armstubs.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/armstubs/armstubs.bb b/recipes-bsp/armstubs/armstubs.bb
index 066f7c3..66f2833 100644
--- a/recipes-bsp/armstubs/armstubs.bb
+++ b/recipes-bsp/armstubs/armstubs.bb
@@ -17,6 +17,7 @@ export OBJCOPY8="${OBJCOPY}"
17export OBJDUMP8="${OBJDUMP} -maarch64" 17export OBJDUMP8="${OBJDUMP} -maarch64"
18 18
19do_compile() { 19do_compile() {
20 [ -z "${ARMSTUB}" ] && bbfatal "No ARMSTUB defined for your machine."
20 oe_runmake ${ARMSTUB} 21 oe_runmake ${ARMSTUB}
21} 22}
22 23