[coreboot] CONFIG_ about which messages to compile in

ron minnich rminnich at gmail.com
Tue Feb 10 19:12:28 CET 2009


On Tue, Feb 10, 2009 at 10:10 AM, Peter Stuge <peter at stuge.se> wrote:

> #define printk(a, b...) \
> #if (a) <= CONFIG_MAXLOGINCLUDE
> do_printk((a),(b)) \
> #endif
>
> Maybe that's too evil?


let's just let gcc do its job.

ron




More information about the coreboot mailing list