Explorar o código

carl9170: Add explicit build target

This fixes random build failures that can occur.
Jason Self %!s(int64=5) %!d(string=hai) anos
pai
achega
ab85ee2aa3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
 	;;