kbuild: enable 'make AFLAGS=...' to add additional options to AS
[deliverable/linux.git] / arch / mips / Makefile
index 64512abef61df4e410adc24e0a63e377153ab444..6b663bec4752af5c8102c97fc2b8316e17bb9f02 100644 (file)
@@ -608,7 +608,7 @@ ifdef CONFIG_64BIT
   endif
 endif
 
-AFLAGS         += $(cflags-y)
+KBUILD_AFLAGS  += $(cflags-y)
 KBUILD_CFLAGS  += $(cflags-y) \
                        -D"VMLINUX_LOAD_ADDRESS=$(load-y)"
 
This page took 0.027882 seconds and 5 git commands to generate.