Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a77dba6a4dd0e18ae57018a99e4068c34125632c
Commit:     a77dba6a4dd0e18ae57018a99e4068c34125632c
Parent:     111e3b1abaccb39a5fdc5eb79c51988862beb26d
Author:     Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 24 13:07:34 2008 +0100
Committer:  Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:06:33 2008 +0100

    CRIS v32: Replace build flags in boot/rescue/Makefile
    
    - Change AFLAGS to asflags-y, LDFLAGS to ldflags-y and EXTRA_CFLAGS
      to ccflags-y. We only need the flags in this Makefile.
---
 arch/cris/arch-v32/boot/rescue/Makefile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/cris/arch-v32/boot/rescue/Makefile 
b/arch/cris/arch-v32/boot/rescue/Makefile
index 43260e7..c098779 100644
--- a/arch/cris/arch-v32/boot/rescue/Makefile
+++ b/arch/cris/arch-v32/boot/rescue/Makefile
@@ -3,11 +3,11 @@
 #
 
 CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
-EXTRA_CFLAGS = -O2
-AFLAGS += -I $(TOPDIR)/include/asm/arch/mach/ -I $(TOPDIR)/include/asm/arch
-EXTRA_CFLAGS += -I $(TOPDIR)/include/asm/arch/mach/ -I 
$(TOPDIR)/include/asm/arch
+ccflags-y += -O2 -I $(srctree)/include/asm/arch/mach/ \
+               -I $(srctree)/include/asm/arch
+asflags-y += -I $(srctree)/include/asm/arch/mach/ -I 
$(srctree)/include/asm/arch
 LD = gcc-cris -mlinux -march=v32 -nostdlib
-LDFLAGS = -T $(obj)/rescue.ld
+ldflags-y += -T $(obj)/rescue.ld
 LDPOSTFLAGS = -lgcc
 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