aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/Makefile')
-rw-r--r--arch/alpha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/Makefile b/arch/alpha/Makefile
index 1b704ee54bf3..2f283b2fb164 100644
--- a/arch/alpha/Makefile
+++ b/arch/alpha/Makefile
@@ -84,7 +84,7 @@ endif
84# For TSUNAMI, we must have the assembler not emulate our instructions. 84# For TSUNAMI, we must have the assembler not emulate our instructions.
85# The same is true for IRONGATE, POLARIS, PYXIS. 85# The same is true for IRONGATE, POLARIS, PYXIS.
86# BWX is most important, but we don't really want any emulation ever. 86# BWX is most important, but we don't really want any emulation ever.
87CFLAGS += $(cflags-y) -Wa,-mev6 87KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
88 88
89head-y := arch/alpha/kernel/head.o 89head-y := arch/alpha/kernel/head.o
90 90