kbuild: enable 'make AFLAGS=...' to add additional options to AS
[deliverable/linux.git] / arch / cris / Makefile
index 32ef6f3cce06cf6d2e0f9b1cb073ec0c834e9544..e6bf00c262e06fa5f1ec94d2420c38df8a76d7d6 100644 (file)
@@ -29,7 +29,7 @@ LD = $(CROSS_COMPILE)ld -mcrislinux
 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
 
 CPPFLAGS_vmlinux.lds = -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
-AFLAGS += -mlinux
+KBUILD_AFLAGS += -mlinux
 
 KBUILD_CFLAGS += -mlinux -march=$(arch-y) -pipe
 
This page took 0.035378 seconds and 5 git commands to generate.