coreboot-kgpe-d16/util/newconfig
Greg Watson 4f8311ae58 These changes tighten up rules for exporting options.
1. Exportable options ('export used') used to be exported if referred to in
   a 'uses' statement. These options will now only be exported if the
   option is set, or the default value is changed.

2. Options marked as 'export always' with no default value ('default none')
   used to generate defines with no values 'export k8:='. This behavior
   has changed so that the option will ONLY be exported if it has a value
   assigned using 'set' or 'default'. Otherwise it is an error.


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2004-03-23 17:37:02 +00:00
..
.cvsignore add cvsignore file 2003-09-12 12:39:04 +00:00
LICENSE new config tool 2003-06-14 15:07:02 +00:00
Makefile - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
NOTES new config tool 2003-06-14 15:07:02 +00:00
config.g These changes tighten up rules for exporting options. 2004-03-23 17:37:02 +00:00
parsedesc.g new config tool 2003-06-14 15:07:02 +00:00
test.config new config tool 2003-06-14 15:07:02 +00:00
yapps2.py new config tool 2003-06-14 15:07:02 +00:00
yapps2.tex new config tool 2003-06-14 15:07:02 +00:00
yappsrt.py new config tool 2003-06-14 15:07:02 +00:00