[coreboot] [PATCH] Factor out ROM size calculation from Config.lb

Peter Stuge peter at stuge.se
Mon Apr 20 13:41:43 CEST 2009


Carl-Daniel Hailfinger wrote:
> Can we please keep the naming of these files consistent?

Maybe think of it as migration. I think Kconfig will take a while.


> Right now, I can do a
> find -name "*.lb"
> and get all config and include files. If I rename the include files
> only, that will no longer work.

Right, you'll have to use

find -name '*.[lc]b'

instead.


> And given that Ron wants to convert most of the stuff to real
> makefiles anyway,

I want that too, but I think we will be doing many other improvements
before that one.


> I am not sure we want to break vendor/developer trees twice (once
> for .lb->.bc and once for real makefiles).

It's a good point to not break stuff. I think it's OK to add new
things in a new way though (as long as there is a point of course).


//Peter




More information about the coreboot mailing list