Skip to content
Snippets Groups Projects
Commit 9f4a4206 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

new default shortcut to config & build a board


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>
parent 6dab6add
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment