Skip to content
Snippets Groups Projects
  • Mike Frysinger's avatar
    727ebd9f
    Makefile: restore support for board shortcut targets · 727ebd9f
    Mike Frysinger authored
    
    The helpful shortcut for doing a board config + make was dropped recently
    as it conflicted with some new build code.  However, the reason for using
    pattern targets originally was to avoid managing a duplicate list of
    boards.  Since we now have one centralized place for a list of boards (the
    new boards.cfg), we don't need a pattern target -- we can generate the
    exact list of boards on the fly.  So do just that.
    
    When cleaning things up, the top level gitignore file ignores all things
    that end with ".depend", but the clean target only deletes files that are
    named exactly ".depend".  Keep these in sync by having the clean target
    punt all files that match the pattern that gitignore is using.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    Acked-by: default avatarDetlev Zundel <dzu@denx.de>
    727ebd9f
    History
    Makefile: restore support for board shortcut targets
    Mike Frysinger authored
    
    The helpful shortcut for doing a board config + make was dropped recently
    as it conflicted with some new build code.  However, the reason for using
    pattern targets originally was to avoid managing a duplicate list of
    boards.  Since we now have one centralized place for a list of boards (the
    new boards.cfg), we don't need a pattern target -- we can generate the
    exact list of boards on the fly.  So do just that.
    
    When cleaning things up, the top level gitignore file ignores all things
    that end with ".depend", but the clean target only deletes files that are
    named exactly ".depend".  Keep these in sync by having the clean target
    punt all files that match the pattern that gitignore is using.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    Acked-by: default avatarDetlev Zundel <dzu@denx.de>