summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/Makefile
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-23 08:16:18 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-23 08:16:18 (EST)
commitd8a878600cbda7d20e0775db62b3964d1e3fb228 (patch)
tree29792f4bcf6b706611702a482007586af065155a /resources/utilities/ich9deblob/Makefile
parent384e1c514135b4188dfbe44d81940f38e0fa6167 (diff)
downloadlibreboot-d8a878600cbda7d20e0775db62b3964d1e3fb228.zip
libreboot-d8a878600cbda7d20e0775db62b3964d1e3fb228.tar.gz
libreboot-d8a878600cbda7d20e0775db62b3964d1e3fb228.tar.bz2
ich9deblob: move ich9gbe.h to gbe/struct.h
Diffstat (limited to 'resources/utilities/ich9deblob/Makefile')
-rw-r--r--resources/utilities/ich9deblob/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile
index 656e2a1..4214dcf 100644
--- a/resources/utilities/ich9deblob/Makefile
+++ b/resources/utilities/ich9deblob/Makefile
@@ -20,8 +20,8 @@
CC=gcc
CFLAGS=-I.
-ich9deblob: ich9deblob.c ich9desc.h ich9gbe.h
- $(CC) $(CFLAGS) ich9deblob.c ich9desc.h ich9gbe.h -o ich9deblob
+ich9deblob: ich9deblob.c ich9desc.h gbe/struct.h
+ $(CC) $(CFLAGS) ich9deblob.c ich9desc.h gbe/struct.h -o ich9deblob
clean:
rm -f ich9deblob *.o