Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=42d71c44d5fc09ae47783b7e15fe0d6b60711230
Commit:     42d71c44d5fc09ae47783b7e15fe0d6b60711230
Parent:     9b213118fa4b79afe9a2718faca244ac581a96b6
Author:     WANG Cong <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 2 14:27:59 2008 +0800
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 23:14:37 2008 +0100

    CRIS: Remove 'TOPDIR' from Makefiles
    
    This patch removes TOPDIR from Cris Makefiles.
    
    Cc: Mikael Starvik <[EMAIL PROTECTED]>
    Cc: Jesper Nilsson <[EMAIL PROTECTED]>
    Cc: Andreas Schwab <[EMAIL PROTECTED]>
    Signed-off-by: WANG Cong <[EMAIL PROTECTED]>
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
    Acked-by: Jesper Nilsson <[EMAIL PROTECTED]>
---
 arch/cris/arch-v32/boot/compressed/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/cris/arch-v32/boot/compressed/Makefile 
b/arch/cris/arch-v32/boot/compressed/Makefile
index 9f77eda..609692f 100644
--- a/arch/cris/arch-v32/boot/compressed/Makefile
+++ b/arch/cris/arch-v32/boot/compressed/Makefile
@@ -7,7 +7,7 @@
 target = $(target_compressed_dir)
 src    = $(src_compressed_dir)
 
-CC = gcc-cris -mlinux -march=v32 -I $(TOPDIR)/include
+CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
 CFLAGS = -O2
 LD = gcc-cris -mlinux -march=v32 -nostdlib
 OBJCOPY = objcopy-cris
-
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