[SeaBIOS] [PATCH] Support non-local build directory - allow "make OUT=abc/" to work.

2011-01-29 Thread Kevin O'Connor
Don't require the build directory to be the "out/" directory of the SeaBIOS source. --- Makefile |3 ++- src/config.h |2 +- src/romlayout.S |4 ++-- vgasrc/vgaentry.S |2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f8

[SeaBIOS] [PATCH] Expand user configurable parameters in Kconfig.

2011-01-29 Thread Kevin O'Connor
Move most of the config settings in config.h to the Kconfig file. The remaining settings in config.h, are mostly build related. --- src/Kconfig | 349 -- src/config.h | 104 - 2 files changed, 340 insertions(+), 113 deleti

Re: [SeaBIOS] [PATCH] fix parallel compilation of SeaBIOS

2011-01-29 Thread Kevin O'Connor
On Sat, Jan 29, 2011 at 10:43:48AM +0100, Peter Stuge wrote: > Stefan Reinauer wrote: > > Signed-off-by: Stefan Reinauer > > Acked-by: Peter Stuge Thanks. I've pushed this change and the Kconfig changes. -Kevin ___ SeaBIOS mailing list SeaBIOS@seab

Re: [SeaBIOS] [PATCH] fix parallel compilation of SeaBIOS

2011-01-29 Thread Peter Stuge
Stefan Reinauer wrote: > Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios