From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 10 Feb 2013 23:49:11 +0100 Subject: [U-Boot] [PATCH] build: imx: Fix 'u-boot.imx' build without full OBJTREE reference In-Reply-To: <1360526286-23443-1-git-send-email-otavio@ossystems.com.br> References: <1360526286-23443-1-git-send-email-otavio@ossystems.com.br> Message-ID: <201302102349.11947.marex@denx.de> 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 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' and direct > call to 'make u-boot.imx'. Does out-of-tree build still work? Best regards, Marek Vasut