]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/avr32/Makefile
kbuild: enable 'make CFLAGS=...' to add additional options to CC
[mirror_ubuntu-artful-kernel.git] / arch / avr32 / Makefile
index 6115fc1f0cfab65c06277da9bfc46e8de89ade6c..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_AP7000)  += -mcpu=ap7000
+cpuflags-$(CONFIG_CPU_AT32AP7000)      += -mcpu=ap7000
 
-CFLAGS         += $(cpuflags-y)
+KBUILD_CFLAGS  += $(cpuflags-y)
 AFLAGS         += $(cpuflags-y)
 
 CHECKFLAGS     += -D__avr32__ -D__BIG_ENDIAN