diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:44:59 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:44:59 (EST) |
commit | ece2f6f796afa94dbc927e9c4f514a3e131c7897 (patch) | |
tree | d67d046304731ed95b62b33e6ebc6f55e9d8340b /resources/utilities/ich9deblob/Makefile | |
parent | 2fa1721ab9338c8f72c6b9ee390ed11ced4c2e15 (diff) | |
download | libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.zip libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.tar.gz libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.tar.bz2 |
ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h
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 5588ec5..0a69882 100644 --- a/resources/utilities/ich9deblob/Makefile +++ b/resources/utilities/ich9deblob/Makefile @@ -20,8 +20,8 @@ CC=gcc CFLAGS=-I. -ich9deblob: ich9deblob.c descriptor/struct.h gbe/gbe.h - $(CC) $(CFLAGS) ich9deblob.c descriptor/struct.h gbe/gbe.h -o ich9deblob +ich9deblob: ich9deblob.c descriptor/descriptor.h gbe/gbe.h + $(CC) $(CFLAGS) ich9deblob.c descriptor/descriptor.h gbe/gbe.h -o ich9deblob clean: rm -f ich9deblob *.o |