Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=abee8ed09a2093299673400a9cd3882f21e8e767
Commit:     abee8ed09a2093299673400a9cd3882f21e8e767
Parent:     aff5905778d2fb1826ec623e4b1da3a7ff048ca4
Author:     WANG Cong <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 1 22:00:04 2008 +0800
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 23:14:37 2008 +0100

    FRV: Drop 'TOPDIR' from Makefiles
    
    This patch drops TOPDIR from frv Makefiles.
    
    Cc: David Howells <[EMAIL PROTECTED]>
    Signed-off-by: WANG Cong <[EMAIL PROTECTED]>
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
 arch/frv/boot/Makefile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile
index dc6f038..6ae3254 100644
--- a/arch/frv/boot/Makefile
+++ b/arch/frv/boot/Makefile
@@ -10,7 +10,7 @@
 
 targets := Image zImage bootpImage
 
-SYSTEM =$(TOPDIR)/$(LINUX)
+SYSTEM =$(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): $(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 System.map "$(INSTALL_PATH)"
 
 zinstall: $(CONFIGURE) zImage
-       sh ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map 
"$(INSTALL_PATH)"
+       sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)"
 
 #
 # miscellany
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to