On Fri, Jan 28, 2011 at 03:45:09AM +0100, Stefan Reinauer wrote:
- Kevin O'Connor kevin@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