]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
new default shortcut to config & build a board
authorMike Frysinger <vapier@gentoo.org>
Thu, 1 Oct 2009 16:11:54 +0000 (12:11 -0400)
committerWolfgang Denk <wd@denx.de>
Sun, 18 Oct 2009 20:56:06 +0000 (22:56 +0200)
commit9f4a420663419dc13f08a0ce65b93033c6172c69
tree35fb623b24f2c1031b624c83ef6566aa2045fba5
parent6dab6add2d8ee80905234b326abc3de11be1d178
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: Mike Frysinger <vapier@gentoo.org>
Makefile