summaryrefslogtreecommitdiffstats
path: root/builddeps-ich9deblob
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-26 16:36:16 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-26 16:36:16 (EST)
commit1de5a9e8cd48b8fe920c4d1eba343a55f12332df (patch)
tree6a446e3092003002688b0085a6e68fa0dbcf50ed /builddeps-ich9deblob
parentbc149e7d986f4c11aa85df8d8499dc367b34a855 (diff)
downloadlibreboot-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.zip
libreboot-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.tar.gz
libreboot-1de5a9e8cd48b8fe920c4d1eba343a55f12332df.tar.bz2
build-release, builddeps-ich9deblob, cleandeps: fix ich9deblob
Diffstat (limited to 'builddeps-ich9deblob')
-rwxr-xr-xbuilddeps-ich9deblob4
1 files changed, 2 insertions, 2 deletions
diff --git a/builddeps-ich9deblob b/builddeps-ich9deblob
index 506462a..dffb557 100755
--- a/builddeps-ich9deblob
+++ b/builddeps-ich9deblob
@@ -29,10 +29,10 @@ set -u -e -v
cd resources/utilities/ich9deblob
# clean it first
-rm -f ich9deblob
+make clean
# build ich9deblob
-gcc -o ich9deblob ich9deblob.c ich9desc.c -I.
+make
# done. go back to main directory
cd ../../../