Browse Source

carl9170: Add explicit build target

This fixes random build failures that can occur.
Jason Self 5 years ago
parent
commit
ab85ee2aa3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      carl9170fw/autogen.sh

+ 1 - 0
carl9170fw/autogen.sh

@@ -16,6 +16,7 @@ case "$1" in
 
 	compile)
 		echo "Compile time..."
+		make carl9170.elf
 		make
 	;;