projects
/
librecmc
/
linux-libre-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b7ac6
)
carl9170: Add explicit build target
author
Jason Self
<j@jxself.org>
Sat, 21 Jul 2018 19:20:32 +0000
(12:20 -0700)
committer
Jason Self
<j@jxself.org>
Sat, 21 Jul 2018 19:20:32 +0000
(12:20 -0700)
This fixes random build failures that can occur.
carl9170fw/autogen.sh
patch
|
blob
|
history
diff --git
a/carl9170fw/autogen.sh
b/carl9170fw/autogen.sh
index 42cbe06f944c712933f64d89420c5ad3e3db4a46..83a6f0b88cffaf95c829b7942ee77024259cdf06 100755
(executable)
--- a/
carl9170fw/autogen.sh
+++ b/
carl9170fw/autogen.sh
@@
-16,6
+16,7
@@
case "$1" in
compile)
echo "Compile time..."
+ make carl9170.elf
make
;;