diff options
author | Stefano Babic <sbabic@denx.de> | 2011-09-05 04:32:28 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-09-07 21:41:27 +0200 |
commit | a4814a69d3bca6ee05f4bfc4c4e965e8fcd544e6 (patch) | |
tree | dee5379d7a265ab6c91a560252f83e7cacc1831a /board/syteco | |
parent | 99ffccbd3e5b7bc715e2eed6ea6d36f4020b56d8 (diff) |
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>
Diffstat (limited to 'board/syteco')
-rw-r--r-- | board/syteco/jadecpu/lowlevel_init.S | 2 | ||||
-rw-r--r-- | board/syteco/zmx25/lowlevel_init.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/syteco/jadecpu/lowlevel_init.S b/board/syteco/jadecpu/lowlevel_init.S index 5ad4dceb924..b01f087895b 100644 --- a/board/syteco/jadecpu/lowlevel_init.S +++ b/board/syteco/jadecpu/lowlevel_init.S @@ -30,7 +30,7 @@ #include <version.h> #include <asm/macro.h> #include <asm/arch/mb86r0x.h> -#include <asm/arch/asm-offsets.h> +#include <generated/asm-offsets.h> /* Set up the platform, once the cpu has been initialized */ .globl lowlevel_init diff --git a/board/syteco/zmx25/lowlevel_init.S b/board/syteco/zmx25/lowlevel_init.S index 8e63de0a2d8..1002674ca10 100644 --- a/board/syteco/zmx25/lowlevel_init.S +++ b/board/syteco/zmx25/lowlevel_init.S @@ -27,7 +27,7 @@ #include <asm/macro.h> #include <asm/arch/macro.h> #include <asm/arch/imx-regs.h> -#include <asm/arch/asm-offsets.h> +#include <generated/asm-offsets.h> /* * clocks |