* Georgi, Patrick Patrick.Georgi@secunet.com [110222 15:35]:
Am Donnerstag, den 17.02.2011, 20:05 +0100 schrieb Stefan Reinauer:
I agree we want this, though. Can you please put Makefile.inc in src/?
We currently have subdirs-y = ... util/cbfstool in there. That would be ++ugly with src/Makefile.inc.
hm... as ugly as /Makefile and /Makefile.inc? What's needed other than a subdirs-y += ../util/cbfstool ?
However we could move the src/* related things and the coreboot rules into a new file src/Makefile.inc, so toplevel Makefile.inc only contains the KERNELVERSION (I fixed that one, thanks for reporting it), and subdirs-y = src util/cbfstool util/romcc
I'd prefer not to add more Makefiles than needed.
Stefan