diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 08:22:32 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 08:25:48 (EST) |
commit | 61dd44646d515a42fe1145f9e7707b39e387a1b4 (patch) | |
tree | aca5d4a00679249641b37186c8797fd00871bd2c /resources/utilities/ich9deblob/Makefile | |
parent | 810f1c9142df5633359ca3b97c335cb7aa1a02ab (diff) | |
download | libreboot-61dd44646d515a42fe1145f9e7707b39e387a1b4.zip libreboot-61dd44646d515a42fe1145f9e7707b39e387a1b4.tar.gz libreboot-61dd44646d515a42fe1145f9e7707b39e387a1b4.tar.bz2 |
ich9deblob: move ich9desc.h to descriptor/struct.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 4214dcf..6d6a905 100644 --- a/resources/utilities/ich9deblob/Makefile +++ b/resources/utilities/ich9deblob/Makefile @@ -20,8 +20,8 @@ CC=gcc CFLAGS=-I. -ich9deblob: ich9deblob.c ich9desc.h gbe/struct.h - $(CC) $(CFLAGS) ich9deblob.c ich9desc.h gbe/struct.h -o ich9deblob +ich9deblob: ich9deblob.c descriptor/struct.h gbe/struct.h + $(CC) $(CFLAGS) ich9deblob.c descriptor/struct.h gbe/struct.h -o ich9deblob clean: rm -f ich9deblob *.o |