summaryrefslogtreecommitdiff
path: root/Make.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Make.rules')
-rw-r--r--Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.rules b/Make.rules
index 7c6ec6c0..96a8649a 100644
--- a/Make.rules
+++ b/Make.rules
@@ -36,6 +36,6 @@ $(strip $(foreach x,$(DEFAULT_$(1)),
endef
%.o : %.S
- $(CC) $(CFLAGS) -c -o $@ $<
+ $(CC) $(CFLAGS) -c -o $@ $< $(IGNORE_COMPILER_ERRORS)
# vim:filetype=make