[coreboot] [PATCH]improve support for parallel make in kconfig

Patrick Georgi patrick at georgi-clan.de
Thu Jan 28 09:10:46 CET 2010


Am 28.01.2010 02:54, schrieb Peter Stuge:
>> +	printf "#include \"config.h\"\n" >> $(obj)/build.ht
>> +	mv $(obj)/build.ht $(obj)/build.h
> 
> Is build.h strictly neccessary for the build? If yes, why?
It's included in lots of places, and drags in config.h (see last printf
line).
If that one doesn't exist completely, you'll get lots of warnings/errors
about non-existant symbols, and sure miscompiles.


Patrick




More information about the coreboot mailing list