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

    CRIS v10: Change boot/rescue/Makefile to use ccflags-y, asflags-y and 
ldflags-y.
    
    Replace EXTRA_CFLAGS with ccflags-y.
    Change ASFLAGS and LDFLAGS into asflags-y and ldflags-y, we only need
    these flags in this makefile.
---
 arch/cris/arch-v10/boot/rescue/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/cris/arch-v10/boot/rescue/Makefile 
b/arch/cris/arch-v10/boot/rescue/Makefile
index 911c894..2e5045b 100644
--- a/arch/cris/arch-v10/boot/rescue/Makefile
+++ b/arch/cris/arch-v10/boot/rescue/Makefile
@@ -3,10 +3,10 @@
 #
 
 CC = gcc-cris -mlinux $(LINUXINCLUDE)
-EXTRA_CFLAGS = -O2
-AFLAGS = -traditional
+ccflags-y += -O2
+asflags-y += -traditional
 LD = gcc-cris -mlinux -nostdlib
-LDFLAGS = -T $(obj)/rescue.ld
+ldflags-y += -T $(obj)/rescue.ld
 OBJCOPY = objcopy-cris
 OBJCOPYFLAGS = -O binary --remove-section=.bss
 obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o
-
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