kbuild: enable 'make AFLAGS=...' to add additional options to AS
[deliverable/linux.git] / arch / blackfin / Makefile
index 52a6ac0728513e4f15b187512e7af956021232f6..368933760d28bba2e43f591d299c1befd4630dd0 100644 (file)
@@ -54,7 +54,7 @@ rev-$(CONFIG_BF_REV_NONE) := none
 rev-$(CONFIG_BF_REV_ANY)  := any
 
 KBUILD_CFLAGS += -mcpu=$(cpu-y)-$(rev-y)
-AFLAGS += -mcpu=$(cpu-y)-$(rev-y)
+KBUILD_AFLAGS += -mcpu=$(cpu-y)-$(rev-y)
 
 head-y   := arch/$(ARCH)/mach-$(MACHINE)/head.o arch/$(ARCH)/kernel/init_task.o
 
This page took 0.024206 seconds and 5 git commands to generate.