Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Wolfgang Denk's avatar
    cda2a4a9
    Fix config files for out-of-tree building · cda2a4a9
    Wolfgang Denk authored
    
    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: default avatarWolfgang Denk <wd@denx.de>
    cda2a4a9
    History
    Fix config files for out-of-tree building
    Wolfgang Denk authored
    
    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: default avatarWolfgang Denk <wd@denx.de>