summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index 5645e2d429..3812149ef5 100644
--- a/common.mak
+++ b/common.mak
@@ -67,7 +67,7 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
$(COMPILE_M)
%.s: %.c
- $(CC) $(CPPFLAGS) $(CFLAGS) -S -o $@ $<
+ $(CC) $(CCFLAGS) -S -o $@ $<
%.o: %.S
$(COMPILE_S)