carl9170: Add explicit build target v1.2.2
authorJason Self <j@jxself.org>
Sat, 21 Jul 2018 19:23:51 +0000 (12:23 -0700)
committerJason Self <j@jxself.org>
Sat, 21 Jul 2018 19:23:51 +0000 (12:23 -0700)
This fixes random build failures that can occur.

carl9170fw/autogen.sh

index 42cbe06f944c712933f64d89420c5ad3e3db4a46..83a6f0b88cffaf95c829b7942ee77024259cdf06 100755 (executable)
@@ -16,6 +16,7 @@ case "$1" in
 
        compile)
                echo "Compile time..."
+               make carl9170.elf
                make
        ;;