u-boot-brain/board/linkstation
Wolfgang Denk cda2a4a996 Fix config files for out-of-tree building
Several board/<...>/config.mk files include dynamically built (by
the Makefile) config files but used the wrong file name of
	$(TOPDIR)/board/$(BOARDDIR)/config.tmp
instead if the correct
	$(OBJTREE)/board/$(BOARDDIR)/config.tmp

The bug is nasty because the build result is correct for the (normal)
in-tree builds, and because 'sinclude' is used no errors get raised
even for out-of-tree build tests. But out-of-tree builds use an
incomplete and thus usually incorrect configuration...

Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-05-14 14:02:14 +02:00
..
avr.c Support for LinkStation / KuroBox HD and HG PPC models 2008-04-13 23:08:40 -07:00
config.mk Fix config files for out-of-tree building 2008-05-14 14:02:14 +02:00
hwctl.c LinkStation: fix compiler warning, add a maintainer 2008-04-28 20:42:46 +02:00
ide.c Coding Style cleanup, update CHANGELOG. 2008-04-18 10:53:41 -07:00
linkstation.c Support for LinkStation / KuroBox HD and HG PPC models 2008-04-13 23:08:40 -07:00
Makefile linkstation_HGLAN: Fix out of tree building. 2008-05-14 12:21:48 +02:00