From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752502Ab1HLWDV (ORCPT ); Fri, 12 Aug 2011 18:03:21 -0400 Received: from smtp.snhosting.dk ([87.238.248.203]:41014 "EHLO smtp.domainteam.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286Ab1HLWDT (ORCPT ); Fri, 12 Aug 2011 18:03:19 -0400 Date: Sat, 13 Aug 2011 00:03:17 +0200 From: Sam Ravnborg To: Arnaud Lacombe Cc: Russell King - ARM Linux , Stephen Boyd , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kbuild@vger.kernel.org Subject: Re: [PATCH] ARM: zImage: Skip relinking if nothing changes Message-ID: <20110812220316.GA28845@merkur.ravnborg.org> References: <4E457682.5020107@codeaurora.org> <1313175602-21834-1-git-send-email-sboyd@codeaurora.org> <20110812205520.GL4775@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > I suspect this would have done the job: > > $(obj)/font.o: $(srctree)/drivers/video/console/font_acorn_8x8.c > $(cmd,cc_o_c)' I prefer using $(call,shipped) and let kbuild figure out how build an .o file from a .c file. In other words - avoiding use of the internal to Makefile.build variables in various places. Sam