diff options
Diffstat (limited to 'util/i915tool/README')
-rw-r--r-- | util/i915tool/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/util/i915tool/README b/util/i915tool/README deleted file mode 100644 index cb5f986acf..0000000000 --- a/util/i915tool/README +++ /dev/null @@ -1,11 +0,0 @@ -spatches are the semantic patches -tmp is just tmp -inputs are copied from $LINUX -per-file-changes contain input files that have specific transforms -final contains the final form of the file, with 'global' changes applied (e.g. kzalloc -> calloc) - -transform copies files from $LINUX and then transforms them for use by stand-alone program/coreboot - -The Makefile is simple; this runs 'fast enough' that a complicated Makefile is not worth it. - -There's still some duct tape here but it's getting there. |