Re: [coreboot] [PATCH 3/3] Move coreboot specific rules and setup to toplevel Makefile.inc

2011-02-24 Thread Stefan Reinauer
* Georgi, Patrick [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 ugl

Re: [coreboot] [PATCH 3/3] Move coreboot specific rules and setup to toplevel Makefile.inc

2011-02-22 Thread Georgi, Patrick
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. However we could move the src/* related things and the

Re: [coreboot] [PATCH 3/3] Move coreboot specific rules and setup to toplevel Makefile.inc

2011-02-17 Thread Stefan Reinauer
* Patrick Georgi [110217 10:24]: > Signed-off-by: Patrick Georgi > --- > Makefile | 223 ++--- > Makefile.inc | 227 > ++ > 2 files changed, 248 insertions(+), 202 deletions(-) > c

Re: [coreboot] [PATCH 3/3] Move coreboot specific rules and setup to toplevel Makefile.inc

2011-02-17 Thread Stefan Reinauer
* Georgi, Patrick [110217 12:32]: > The result of this patch series would be that the coreboot toplevel > Makefile contains only the build system logic and is usable for other > trees, such as libpayload (which I'd like to change so it builds libc, > libcurses, and libpci instead of/in addition to

Re: [coreboot] [PATCH 3/3] Move coreboot specific rules and setup to toplevel Makefile.inc

2011-02-17 Thread Georgi, Patrick
The result of this patch series would be that the coreboot toplevel Makefile contains only the build system logic and is usable for other trees, such as libpayload (which I'd like to change so it builds libc, libcurses, and libpci instead of/in addition to libpayload) Patrick -- Patrick Georgi SI

[coreboot] [PATCH 3/3] Move coreboot specific rules and setup to toplevel Makefile.inc

2011-02-17 Thread Patrick Georgi
Signed-off-by: Patrick Georgi --- Makefile | 223 ++--- Makefile.inc | 227 ++ 2 files changed, 248 insertions(+), 202 deletions(-) create mode 100644 Makefile.inc diff --git a/Make