From a4814a69d3bca6ee05f4bfc4c4e965e8fcd544e6 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Mon, 5 Sep 2011 04:32:28 +0000 Subject: 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 CC: Matthias Weisser CC: Wolfgang Denk --- board/syteco/jadecpu/lowlevel_init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/syteco/jadecpu/lowlevel_init.S') diff --git a/board/syteco/jadecpu/lowlevel_init.S b/board/syteco/jadecpu/lowlevel_init.S index 5ad4dceb92..b01f087895 100644 --- a/board/syteco/jadecpu/lowlevel_init.S +++ b/board/syteco/jadecpu/lowlevel_init.S @@ -30,7 +30,7 @@ #include #include #include -#include +#include /* Set up the platform, once the cpu has been initialized */ .globl lowlevel_init -- cgit v1.2.1