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>
Showing
- board/BuS/EB+MCF-EV123/config.mk 1 addition, 1 deletionboard/BuS/EB+MCF-EV123/config.mk
- board/amcc/canyonlands/config.mk 1 addition, 1 deletionboard/amcc/canyonlands/config.mk
- board/esd/mecp5200/config.mk 1 addition, 1 deletionboard/esd/mecp5200/config.mk
- board/linkstation/config.mk 1 addition, 1 deletionboard/linkstation/config.mk
- board/munices/config.mk 1 addition, 1 deletionboard/munices/config.mk
- board/v38b/config.mk 1 addition, 1 deletionboard/v38b/config.mk
Loading
Please register or sign in to comment