1 Aug 2008 13:20
r3438 - trunk/coreboot-v2/util/newconfig
<svn <at> coreboot.org>
2008-08-01 11:20:10 GMT
2008-08-01 11:20:10 GMT
Author: stepan
Date: 2008-08-01 13:20:09 +0200 (Fri, 01 Aug 2008)
New Revision: 3438
Modified:
trunk/coreboot-v2/util/newconfig/config.g
Log:
fix typos in config.g, and don't arbitrarily hide some build information
(doesn't make sense in v2). For silent build, use make -s
(trivial)
Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>
Modified: trunk/coreboot-v2/util/newconfig/config.g
===================================================================
--- trunk/coreboot-v2/util/newconfig/config.g 2008-07-23 23:22:59 UTC (rev 3437)
+++ trunk/coreboot-v2/util/newconfig/config.g 2008-08-01 11:20:09 UTC (rev 3438)
<at> <at> -223,7 +223,7 <at> <at>
# init object files added by 'initobject' directive
self.initobjectrules = {}
- # driver files added by 'drive' directive
+ # driver files added by 'driver' directive
self.driverrules = {}
# loader scripts added by 'ldscript' directive
<at> <at> -2072,11 +2072,9 <at> <at>
if (type == 'S'):
# for .S, .o depends on .s
(Continue reading)
RSS Feed