kbuild: enable 'make AFLAGS=...' to add additional options to AS
[deliverable/linux.git] / arch / um / Makefile-x86_64
index 36d2bb5e41926a6a90ebe6e7dc89c809158f89f4..8836f0df36aa703d07ac3c8f96632114d9a7495b 100644 (file)
@@ -12,7 +12,7 @@ ARCH_KERNEL_DEFINES = -U__$(SUBARCH)__
 KBUILD_CFLAGS += $(_extra_flags_)
 
 CHECKFLAGS  += -m64
-AFLAGS += -m64
+KBUILD_AFLAGS += -m64
 LDFLAGS += -m elf_x86_64
 CPPFLAGS += -m64
 
This page took 0.027128 seconds and 5 git commands to generate.