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

Kevin O'Connor kevin at koconnor.net
Fri Jan 28 04:13:22 CET 2011


On Fri, Jan 28, 2011 at 03:45:09AM +0100, Stefan Reinauer wrote:
> * Kevin O'Connor <kevin at koconnor.net> [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 src/, $(SRC32FLAT)),$@)
> > +$(OUT)ccode32flat.o: out/autoconf.h ; $(call whole-compile, $(CFLAGS32FLAT), $(addprefix src/, $(SRC32FLAT)),$@)
> 
> I think this should be $(OUT) not out/

Agreed.

-Kevin



More information about the SeaBIOS mailing list