]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile : fix generation of cpu related asm-offsets.h
authorStefano Babic <sbabic@denx.de>
Mon, 5 Sep 2011 04:32:28 +0000 (04:32 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 7 Sep 2011 19:41:27 +0000 (21:41 +0200)
commita4814a69d3bca6ee05f4bfc4c4e965e8fcd544e6
treedee5379d7a265ab6c91a560252f83e7cacc1831a
parent99ffccbd3e5b7bc715e2eed6ea6d36f4020b56d8
Makefile : fix generation of cpu related asm-offsets.h

commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 breaks
building on a different directory with the O= parameter.
The patch wil fix this issue, generating always asm-offsets.h before
the other targets.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Matthias Weisser <weisserm@arcor.de>
CC: Wolfgang Denk <wd@denx.de>
13 files changed:
Makefile
arch/arm/cpu/arm1136/mx35/Makefile
arch/arm/cpu/arm926ejs/mb86r0x/Makefile
arch/arm/cpu/arm926ejs/mx25/Makefile
arch/arm/cpu/arm926ejs/mx27/Makefile
arch/arm/cpu/armv7/mx5/Makefile
arch/arm/cpu/armv7/mx5/lowlevel_init.S
arch/arm/include/asm/arch-mx25/macro.h
board/freescale/mx35pdk/lowlevel_init.S
board/logicpd/imx27lite/lowlevel_init.S
board/syteco/jadecpu/lowlevel_init.S
board/syteco/zmx25/lowlevel_init.S
rules.mk