Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3c9547a504a96a6a3585573dc172ab4070c18679
Commit:     3c9547a504a96a6a3585573dc172ab4070c18679
Parent:     0dfb8c35703709ca5e8f58e019d72383110999a7
Author:     Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 17 11:13:21 2008 +0100
Committer:  Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:06:28 2008 +0100

    CRIS v10: Update boot/compressed/Makefile to use ccflags-y and ldflags-y
    
    Replace use of EXTRA_CFLAGS with ccflags-y and LDFLAGS with ldflags-y,
    (we only need to change linker flags for this makefile)
---
 arch/cris/arch-v10/boot/compressed/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/cris/arch-v10/boot/compressed/Makefile 
b/arch/cris/arch-v10/boot/compressed/Makefile
index 17ba271..4a031cb 100644
--- a/arch/cris/arch-v10/boot/compressed/Makefile
+++ b/arch/cris/arch-v10/boot/compressed/Makefile
@@ -3,9 +3,9 @@
 #
 
 CC = gcc-cris -melf $(LINUXINCLUDE)
-EXTRA_CFLAGS = -O2
+ccflags-y += -O2
 LD = ld-cris
-LDFLAGS = -T $(obj)/decompress.ld
+ldflags-y += -T $(obj)/decompress.ld
 OBJECTS = $(obj)/head.o $(obj)/misc.o
 OBJCOPY = objcopy-cris
 OBJCOPYFLAGS = -O binary --remove-section=.bss
-
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