]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
build: imx: Fix 'u-boot.imx' build without full OBJTREE reference
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 11 Feb 2013 04:33:51 +0000 (04:33 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Feb 2013 17:39:08 +0000 (18:39 +0100)
commit291b3dcd496abab800078b1d3a105a24509b80d9
treea71392c44549920ef53d55af7f669c45d6479215
parent76c91e668a54a45fa06086d4044fcae0b6ce225a
build: imx: Fix 'u-boot.imx' build without full OBJTREE reference

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

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Makefile
arch/arm/cpu/arm926ejs/config.mk
arch/arm/cpu/armv7/config.mk