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 d1004b4d942f..63104ebd1806 100644
--- a/arch/alpha/Makefile
+++ b/arch/alpha/Makefile
@@ -33,7 +33,7 @@ cflags-y += $(cpuflags-y)
33# For TSUNAMI, we must have the assembler not emulate our instructions. 33# For TSUNAMI, we must have the assembler not emulate our instructions.
34# The same is true for IRONGATE, POLARIS, PYXIS. 34# The same is true for IRONGATE, POLARIS, PYXIS.
35# BWX is most important, but we don't really want any emulation ever. 35# BWX is most important, but we don't really want any emulation ever.
36CFLAGS += $(cflags-y) -Wa,-mev6 36KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
37 37
38head-y := arch/alpha/kernel/head.o 38head-y := arch/alpha/kernel/head.o
39 39