]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/avr32/Makefile
kbuild: enable 'make CFLAGS=...' to add additional options to CC
[linux-2.6-omap-h63xx.git] / arch / avr32 / Makefile
index dc6bc01f232cb3a1b2574ef40e8ff043070ddd7a..9883c8b55e1be62e768e543091531fe9b153ea54 100644 (file)
@@ -11,14 +11,14 @@ all: uImage vmlinux.elf
 
 KBUILD_DEFCONFIG       := atstk1002_defconfig
 
-CFLAGS         += -pipe -fno-builtin -mno-pic
+KBUILD_CFLAGS  += -pipe -fno-builtin -mno-pic
 AFLAGS         += -mrelax -mno-pic
 CFLAGS_MODULE  += -mno-relax
 LDFLAGS_vmlinux        += --relax
 
 cpuflags-$(CONFIG_CPU_AT32AP7000)      += -mcpu=ap7000
 
-CFLAGS         += $(cpuflags-y)
+KBUILD_CFLAGS  += $(cpuflags-y)
 AFLAGS         += $(cpuflags-y)
 
 CHECKFLAGS     += -D__avr32__ -D__BIG_ENDIAN