]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:24 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:59:21 +0000 (09:59 -0400)
commitb2b8a6967a0579fd5cace0280d9cf0b54d3bbf1f
tree35d91a82aa03244b4a5dcb1f9f7b076196e8033c
parent4acd2d24b6518894161ed3feb29be185190af5f1
Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image

Add target to build it automatically upon "make" / MAKEALL. This can/should
be set by board / cpu specific headers if a special U-Boot image is
required for this SoC / board.

E.g. used by Marvell Armada XP to automatically build the u-boot.kwb
target.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
README