diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2016-04-14 16:48:41 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-04-14 19:13:07 +0200 |
commit | 0a20c08d0f59bb6075b4df51858ac7671c97d502 (patch) | |
tree | 9f4b20dfaf5730ca665b23838f0e0786d0477579 /.gitignore | |
parent | d7cba288e4eb17e6e5c80b7ac4465357e0fbd31a (diff) | |
download | coreboot-0a20c08d0f59bb6075b4df51858ac7671c97d502.tar.xz |
romcc: Remove old test infrastructure, rework Makefile
Changes in visible behaviour:
- The default make target doesn't run the tests anymore
- All generated files are stored under util/romcc/build/
(or $BUILD_DIR)
Change-Id: If003240742eb1902a6e9b337cdee299d7d66ee06
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/14341
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cb1b3d32f7..600d4e2083 100644 --- a/.gitignore +++ b/.gitignore @@ -96,7 +96,6 @@ util/msrtool/msrtool util/nvramtool/.dependencies util/nvramtool/nvramtool util/optionlist/Options.wiki -util/romcc/romcc util/romcc/build util/runfw/googlesnow util/superiotool/superiotool |