Skip to content
  • Mike Frysinger's avatar
    new default shortcut to config & build a board · 9f4a4206
    Mike Frysinger authored and Wolfgang Denk's avatar Wolfgang Denk committed
    
    
    The majority of the time that I build things in U-Boot, I want to just
    build for the board.  I don't make board config tweaks after selecting the
    board.  So add a new pattern rule that allows people to combine two steps
    in one go:
    	`make foo_config && make` => `make foo`
    
    This shouldn't conflict with any existing make rules as the pattern rule
    is used only the rule doesn't already exist.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    9f4a4206