]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/blackfin/config.mk
Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Jun 2009 04:25:19 +0000 (00:25 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jun 2009 17:30:27 +0000 (13:30 -0400)
commit3e88337b225bf796f6df21d0a7f591530e9d4ce0
tree4f90a896f2c64cc05c3a1bc451a0aee6ebbadd61
parentafac8b07172d7e4a65f86ce1ec4c783a6165ba1f
Blackfin: move ALL += u-boot.ldr to blackfin_config.mk

The way the ALL variable is used allows for config.mk's to add more
targets themselves without having to clutter up the top level Makefile.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile
blackfin_config.mk