Re: [SeaBIOS] [PATCH 4/4] Start using Kconfig to configure SeaBIOS settings.

2011-01-27 Thread Kevin O'Connor
On Fri, Jan 28, 2011 at 03:45:09AM +0100, Stefan Reinauer wrote: > * Kevin O'Connor [110127 03:38]: > > Create autoconf.h during the build. > > > > Move a couple of config settings from config.h to Kconfig. > [...] > > -$(OUT)ccode32flat.o: ; $(call whole-compile, $(CFLAGS32FLAT), $(addprefix >

Re: [SeaBIOS] [PATCH 4/4] Start using Kconfig to configure SeaBIOS settings.

2011-01-27 Thread Stefan Reinauer
* Kevin O'Connor [110127 03:38]: > Create autoconf.h during the build. > > Move a couple of config settings from config.h to Kconfig. > --- a/Makefile > +++ b/Makefile > @@ -119,11 +119,11 @@ $(OUT)asm-offsets.h: $(OUT)asm-offsets.s > $(Q)./tools/gen-offsets.sh $< $@ > > > -$(OUT)ccode

Re: [SeaBIOS] [PATCH 4/4] Start using Kconfig to configure SeaBIOS settings.

2011-01-26 Thread Kevin O'Connor
On Wed, Jan 26, 2011 at 09:38:57PM -0500, Kevin O'Connor wrote: > Create autoconf.h during the build. > > Move a couple of config settings from config.h to Kconfig. [...] > --- /dev/null > +++ b/src/defconfig > @@ -0,0 +1,6 @@ > +# SeaBIOS default configuration On closer inspection, it's possible

[SeaBIOS] [PATCH 4/4] Start using Kconfig to configure SeaBIOS settings.

2011-01-26 Thread Kevin O'Connor
Create autoconf.h during the build. Move a couple of config settings from config.h to Kconfig. --- .gitignore|2 ++ Makefile | 12 +--- src/Kconfig | 15 +++ src/config.h | 11 ++- src/defconfig |6 ++ 5 files changed, 34 insertions(+), 12