From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 12 Feb 2013 15:01:13 +0100 (CET) Subject: [U-Boot] [PATCH v2] build: imx: Fix 'u-boot.imx' build without full OBJTREE reference In-Reply-To: <201302111755.17363.marex@denx.de> References: <1360593231-29661-1-git-send-email-otavio@ossystems.com.br> <201302111755.17363.marex@denx.de> Message-ID: <760931217.1414738.1360677673692.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Otavio, Marek, On Monday, February 11, 2013 5:55:17 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > > When calling 'make u-boot.imx' the build were failing as it were > > expecting the full path for the file; this regression has been > > included by commit 71a988a (imximage.cfg: run files through C > > preprocessor). > > > > The direct references for u-boot.imx were replaced by $(obj) as > > config.mk handles the proper setting of it making it set to $(OBJTREE) > > when required. > > > > The build has been test using: > > > > - ./MAKEALL -s mx5 -s mx6 > > - make u-boot.imx > > - make O=/tmp/build > > BUILD_DIR=/tmp/xyz MAKEALL please. Once you're confident with this patch, do you mind if I integrate it as is in my MXC NAND + SPL series in order to avoid merge conflicts (unless it is applied before)? Best regards, Beno?t