summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: rename main.c back to ich9deblob.cFrancis Rowe2014-12-231-4/+4
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-4/+18
| | | | | | | Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files.
* ich9deblob: rename descriptor/struct.h to descriptor/descriptor.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move gbe/struct.h to gbe/gbe.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move ich9desc.h to descriptor/struct.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move ich9gbe.h to gbe/struct.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move x86 compatibility checks to a separate fileFrancis Rowe2014-12-231-2/+2
|
* ich9deblob (Makefile): add *.o to rm -f's in make cleanFrancis Rowe2014-12-221-1/+1
|
* ich9deblob: separate gbe struct into new file ich9gbe.cFrancis Rowe2014-12-221-2/+2
|
* ich9deblob: add MakefileFrancis Rowe2014-12-221-0/+27