• M
    Makefile: restore support for board shortcut targets · 727ebd9f
    Mike Frysinger 提交于
    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: NMike Frysinger <vapier@gentoo.org>
    Acked-by: NDetlev Zundel <dzu@denx.de>
    727ebd9f
Makefile 86.0 KB