From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 21 Oct 2011 23:25:42 +0200 Subject: [U-Boot] [PATCH 1/3] Makefile: Add generic build rules for include/asm/arch/asm-offsets.h In-Reply-To: <1314536593-14310-2-git-send-email-graeme.russ@gmail.com> References: <1314536593-14310-1-git-send-email-graeme.russ@gmail.com> <1314536593-14310-2-git-send-email-graeme.russ@gmail.com> Message-ID: <4EA1E356.7070603@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Greame, Le 28/08/2011 15:03, Graeme Russ a ?crit : > > Add three features to the top-level makefile: > - Add include/asm/arch/asm-offsets.h as a dependency of the 'depend' > target to eliminate 'file does not exist' errors during dependency > building > - Skip generation of include/asm/arch/asm-offsets.h if the source file > ($(CPUDIR)/$(SOC)/asm-offsets.c) does not exist > - Add removal of arch specific asm-offsets.s and asm-offsets.h files to > the 'clean' target > > Signed-off-by: Graeme Russ > --- > Big Fat Note: I have not tested this on ARM which needs to be looked at > closely as the SoC files are one level deeper than where sc520 sits under > x86 > > Makefile | 24 ++++++++++++++++++++++-- > 1 files changed, 22 insertions(+), 2 deletions(-) This does not apply cleanly any more. Can you rebase? Amicalement, -- Albert.