Skip to content
Snippets Groups Projects
Commit 291b3dcd authored by Otavio Salvador's avatar Otavio Salvador Committed by Stefano Babic
Browse files

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 71a988aa (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: default avatarOtavio Salvador <otavio@ossystems.com.br>
parent 76c91e66
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment