diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 08:07:34 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 08:07:34 (EST) |
commit | 384e1c514135b4188dfbe44d81940f38e0fa6167 (patch) | |
tree | b6f2d00e0028e0f151c84abfbbd087491f241fcb /resources/utilities/ich9deblob/Makefile | |
parent | a7a8bace525919fe2eec6cbb4d1e82ca52cfecec (diff) | |
download | libreboot-384e1c514135b4188dfbe44d81940f38e0fa6167.zip libreboot-384e1c514135b4188dfbe44d81940f38e0fa6167.tar.gz libreboot-384e1c514135b4188dfbe44d81940f38e0fa6167.tar.bz2 |
ich9deblob: move x86 compatibility checks to a separate file
Diffstat (limited to 'resources/utilities/ich9deblob/Makefile')
-rw-r--r-- | resources/utilities/ich9deblob/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile index 5ef9587..656e2a1 100644 --- a/resources/utilities/ich9deblob/Makefile +++ b/resources/utilities/ich9deblob/Makefile @@ -20,8 +20,8 @@ CC=gcc CFLAGS=-I. -ich9deblob: ich9deblob.c ich9desc.c ich9gbe.c - $(CC) $(CFLAGS) ich9deblob.c ich9desc.c ich9gbe.c -o ich9deblob +ich9deblob: ich9deblob.c ich9desc.h ich9gbe.h + $(CC) $(CFLAGS) ich9deblob.c ich9desc.h ich9gbe.h -o ich9deblob clean: rm -f ich9deblob *.o |