From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Thu, 29 Mar 2012 14:38:00 +0200 Subject: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl In-Reply-To: References: <1330700546-27631-1-git-send-email-michael@walle.cc> <4032895a8cbf03b03b759ee7eb4feff7.squirrel@ssl.serverraum.org> Message-ID: <201203291438.00105.michael@walle.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag 27 M?rz 2012, 09:27:49 schrieb Prafulla Wadaskar: > > # diff --git a/board/buffalo/lsxl/config.mk > > b/board/buffalo/lsxl/config.mk new file mode 100644 > > index 0000000..062554b > > --- /dev/null > > +++ b/board/buffalo/lsxl/config.mk > > @@ -0,0 +1 @@ > > +ALL-y += $(obj)u-boot.kwb > > Pls remove this file Is there another way to build the u-boot.kwb binary by default? The main Makefile states: # Always append ALL so that arch config.mk's can add custom ones and theres a rule for $(obj)u-boot.kwb. -- Michael