diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-12-17 18:47:50 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-12-17 18:47:50 +0000 |
commit | 1a4d90078a60b717cd64250c3c8f5f189c0034c6 (patch) | |
tree | 21f43586203cfe38b0dc99da6a1c0551c313e3a0 /util | |
parent | 48ca7b2d083a22f92482055cf2a8d698e2caf435 (diff) | |
download | coreboot-1a4d90078a60b717cd64250c3c8f5f189c0034c6.tar.gz coreboot-1a4d90078a60b717cd64250c3c8f5f189c0034c6.tar.bz2 coreboot-1a4d90078a60b717cd64250c3c8f5f189c0034c6.zip |
Make "KBuild report" a bit happier
- drop some unused options from "newconfig"
- filter some Kconfig only options from the report
- drop targets directory of a non existent mainboard.
(trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4981 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rwxr-xr-x | util/compareboard/compareboard | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard index d8f7c02e687e..09cd32987d1b 100755 --- a/util/compareboard/compareboard +++ b/util/compareboard/compareboard @@ -84,6 +84,9 @@ sed \ -e "/^CONFIG_STACK_SIZE / d" \ -e "/^CONFIG_GDB_STUB / d" \ -e "/^CONFIG_VIDEO_MB / d" \ + -e "/^CONFIG_EXPERT / d" \ + -e "/^CONFIG_VGA_BIOS / d" \ + -e "/^CONFIG_WARNINGS_ARE_ERRORS / d" \ $A/new > $A/new.filtered normalize $A/old.filtered > $A/old.normalized |