lkml.org 
[lkml]   [2008]   [Jan]   [1]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 1 Jan 2008 11:27:59 +0100
FromSam Ravnborg <>
SubjectRe: [Patch 6/8] FRV: Remove 'TOPDIR' from Makefiles
On Tue, Jan 01, 2008 at 03:36:45PM +0800, WANG Cong wrote:
> 
> TOPDIR is obsolete, use objtree instead.
> This patch removes TOPDIR from all frv Makefiles.
> 
> Cc: David Howells <dhowells@redhat.com>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
> 
> ---
> 
> diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile
> index dc6f038..d93f768 100644
> --- a/arch/frv/boot/Makefile
> +++ b/arch/frv/boot/Makefile
> @@ -10,7 +10,7 @@
> 
>  targets := Image zImage bootpImage
> 
> -SYSTEM	=$(TOPDIR)/$(LINUX)
> +SYSTEM	=$(objtree)/$(LINUX)
> 
>  ZTEXTADDR	 = 0x02080000
>  PARAMS_PHYS	 = 0x0207c000
> @@ -45,7 +45,7 @@ zImage:	$(CONFIGURE) compressed/$(LINUX)
>  bootpImage: bootp/bootp
>  	$(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@
> 
> -compressed/$(LINUX): $(TOPDIR)/$(LINUX) dep
> +compressed/$(LINUX): $(objtree)/$(LINUX) dep
>  	@$(MAKE) -C compressed $(LINUX)
> 
>  bootp/bootp: zImage initrd
> @@ -59,10 +59,10 @@ initrd:
>  # installation
>  #
>  install: $(CONFIGURE) Image
> -	sh ./install.sh $(KERNELRELEASE) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"
> +	sh ./install.sh $(KERNELRELEASE) Image $(objtree)/System.map "$(INSTALL_PATH)"
> 
>  zinstall: $(CONFIGURE) zImage
> -	sh ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
> +	sh ./install.sh $(KERNELRELEASE) zImage $(objtree)/System.map "$(INSTALL_PATH)"

In this file we can just drop use of $(TOPDIR) since this is our
current directory anyway.

	Sam


\
 
 \ /
  Last update: 2008-01-01 10:31    [W:0.620 / U:0.060 seconds]
©2003-2008 Jasper Spaans