carl9170: Add explicit build target
[linux-libre-firmware.git] / carl9170fw / autogen.sh
index 6232ba2893d6cbf2ddefebfe45689e5dd3737612..83a6f0b88cffaf95c829b7942ee77024259cdf06 100755 (executable)
@@ -16,6 +16,7 @@ case "$1" in
 
        compile)
                echo "Compile time..."
+               make carl9170.elf
                make
        ;;
 
@@ -40,7 +41,7 @@ case "$1" in
                fi
 
                install -m 644 carlfw/carl9170.fw \
-                       carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw
+                       ./carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw
                echo "done."
        ;;