[coreboot] r983 - in coreboot-v3: device include/device

ron minnich rminnich at gmail.com
Thu Nov 6 16:33:56 CET 2008


v2 uses the #if X == 1

v3 uses #ifdef X

I doubt we want condifional compilation at all. coreboot is firmware,
not an OS, and we don't want lots of variant versions. I lean toward
yanking this type of conditional compilation.

thanks

ron




More information about the coreboot mailing list