summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/math-emu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/math-emu/Makefile')
-rw-r--r--arch/sparc64/math-emu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc64/math-emu/Makefile b/arch/sparc64/math-emu/Makefile
index 382366da5..215583800 100644
--- a/arch/sparc64/math-emu/Makefile
+++ b/arch/sparc64/math-emu/Makefile
@@ -9,6 +9,7 @@
O_TARGET := math-emu.o
O_OBJS := math.o
-CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
+
+EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w
include $(TOPDIR)/Rules.make