[coreboot] [PATCH]Include headers instead of sources in romstage, part 1/many

Stefan Reinauer stepan at coresystems.de
Sat May 8 10:25:57 CEST 2010


On 5/8/10 12:13 AM, Patrick Georgi wrote:
> -#initobj-y += serial.o
> +initobj-$(CONFIG_USE_DCACHE_RAM) += serial.o
>  subdirs-y += vga
>  
>   
Awesome... the less .c file includes we have in romstage.c the better..

This way works in the case of converting code that was previously always
compiled in.

But how should we handle things in case of other conditions?

Acked-by: Stefan Reinauer <stepan at coresystems.de>

Stefan




More information about the coreboot mailing list