From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 14 Nov 2012 11:18:56 +0100 Subject: [U-Boot] [PATCH] nand_spl: fix u-boot.lst breakage In-Reply-To: <20121113223039.GA9138@buserror.net> References: <20121113223039.GA9138@buserror.net> Message-ID: <20121114111856.7bab5118@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Tue, 13 Nov 2012 16:30:39 -0600 Scott Wood wrote: > Commit 97b24d3d51a92cb8c0c1e1a74abf22fe1a1807a3 "common: Add symbol > handling for generic lists into Makefile" introduced build errors in many > nand_spl targets, complaining of a missing u-boot.lst. When not doing an > out-of-tree build, $(obj) expands to nothing, so GCC ended up being given > -I with no argument (or rather, -ansi was the argument). The failure > didn't show up during a -j1 build because it was picking up the non-SPL > version of u-boot.lst. > > Signed-off-by: Scott Wood > --- > I didn't fix p1_p2_rdb_pc because that will just conflict with the > patchset that migrates that target away from nand_spl. > > nand_spl/board/freescale/mpc8536ds/Makefile | 3 ++- > nand_spl/board/freescale/mpc8569mds/Makefile | 3 ++- > nand_spl/board/freescale/mpc8572ds/Makefile | 3 ++- > nand_spl/board/freescale/mx31pdk/Makefile | 3 ++- > nand_spl/board/freescale/p1010rdb/Makefile | 3 ++- > nand_spl/board/freescale/p1023rds/Makefile | 3 ++- > nand_spl/board/freescale/p1_p2_rdb/Makefile | 3 ++- > nand_spl/board/karo/tx25/Makefile | 3 ++- > 8 files changed, 16 insertions(+), 8 deletions(-) Appied to staging/agust at denx.de, thanks! Anatolij