diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:40:10 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:40:10 (EST) |
commit | 7e81837e64e7fd14a74600b14ac65f046985dbfa (patch) | |
tree | b58fbcdeb39b3a97739dc6901fc0b2e015eab676 /resources/utilities/ich9deblob/Makefile | |
parent | 7ffd20ca3fc1e9d436683b2e34c4e2e47fac2c7f (diff) | |
download | libreboot-7e81837e64e7fd14a74600b14ac65f046985dbfa.zip libreboot-7e81837e64e7fd14a74600b14ac65f046985dbfa.tar.gz libreboot-7e81837e64e7fd14a74600b14ac65f046985dbfa.tar.bz2 |
ich9deblob: move gbe/struct.h to gbe/gbe.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 6d6a905..5588ec5 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/struct.h - $(CC) $(CFLAGS) ich9deblob.c descriptor/struct.h gbe/struct.h -o ich9deblob +ich9deblob: ich9deblob.c descriptor/struct.h gbe/gbe.h + $(CC) $(CFLAGS) ich9deblob.c descriptor/struct.h gbe/gbe.h -o ich9deblob clean: rm -f ich9deblob *.o |