aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/math-emu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/math-emu/Makefile')
-rw-r--r--arch/alpha/math-emu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/math-emu/Makefile b/arch/alpha/math-emu/Makefile
index 359ef087e69e..7f4671995245 100644
--- a/arch/alpha/math-emu/Makefile
+++ b/arch/alpha/math-emu/Makefile
@@ -2,7 +2,7 @@
2# Makefile for the FPU instruction emulation. 2# Makefile for the FPU instruction emulation.
3# 3#
4 4
5EXTRA_CFLAGS := -w 5ccflags-y := -w
6 6
7obj-$(CONFIG_MATHEMU) += math-emu.o 7obj-$(CONFIG_MATHEMU) += math-emu.o
8 8