diff options
Diffstat (limited to 'arch/alpha/Makefile')
-rw-r--r-- | arch/alpha/Makefile | 2 |
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. |
36 | CFLAGS += $(cflags-y) -Wa,-mev6 | 36 | KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6 |
37 | 37 | ||
38 | head-y := arch/alpha/kernel/head.o | 38 | head-y := arch/alpha/kernel/head.o |
39 | 39 | ||