blob: cb5f986acf8aa760a65e9896b0cd771be8212c62 [file] [log] [blame]
Stefan Reinauer564e90f2012-05-04 15:37:18 -07001spatches are the semantic patches
2tmp is just tmp
3inputs are copied from $LINUX
4per-file-changes contain input files that have specific transforms
5final contains the final form of the file, with 'global' changes applied (e.g. kzalloc -> calloc)
6
7transform copies files from $LINUX and then transforms them for use by stand-alone program/coreboot
8
9The Makefile is simple; this runs 'fast enough' that a complicated Makefile is not worth it.
10
11There's still some duct tape here but it's getting there.