Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24 /arch/avr32/Makefile

Filename:/arch/avr32/Makefile
Lines Added:4
Lines Deleted:4
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4  2.6.24-rc3 
(Following) 2.6.24-git1  2.6.24-git2  2.6.24-git3  2.6.24-git4  2.6.24-git5  2.6.24-git6 

Location
[  2.6.24
  [  arch
    [  avr32
       o  Makefile

Patch

diff --git a/arch/avr32/Makefile b/arch/avr32/Makefile
index dc6bc01..8791864 100644
--- a/arch/avr32/Makefile
+++ b/arch/avr32/Makefile
@@ -11,15 +11,15 @@ all: uImage vmlinux.elf
 
 KBUILD_DEFCONFIG   := atstk1002_defconfig
 
-CFLAGS      += -pipe -fno-builtin -mno-pic
-AFLAGS      += -mrelax -mno-pic
+KBUILD_CFLAGS   += -pipe -fno-builtin -mno-pic
+KBUILD_AFLAGS   += -mrelax -mno-pic
 CFLAGS_MODULE   += -mno-relax
 LDFLAGS_vmlinux   += --relax
 
 cpuflags-$(CONFIG_CPU_AT32AP7000)   += -mcpu=ap7000
 
-CFLAGS      += $(cpuflags-y)
-AFLAGS      += $(cpuflags-y)
+KBUILD_CFLAGS   += $(cpuflags-y)
+KBUILD_AFLAGS   += $(cpuflags-y)
 
 CHECKFLAGS   += -D__avr32__ -D__BIG_ENDIAN
 


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.