aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-03 15:34:31 +0200
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-03 15:34:31 +0200
commitd330f4e009874b24bc656a04ea1a650897f641ba (patch)
treec3d5734a843c9ff544e803a45e03c4a9697cbd1a /Makefile
parentc5a8dceff85c766c229d331c342e866dcef9af5f (diff)
downloadyosys-d330f4e009874b24bc656a04ea1a650897f641ba.tar.gz
yosys-d330f4e009874b24bc656a04ea1a650897f641ba.tar.bz2
yosys-d330f4e009874b24bc656a04ea1a650897f641ba.zip
Even less options for the preprocessor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f37fe6aa..06d020e68 100644
--- a/Makefile
+++ b/Makefile
@@ -532,7 +532,7 @@ libyosys.so: $(filter-out kernel/driver.o,$(OBJS))
%.pyh: %.h
$(Q) mkdir -p $(dir $@)
- $(P) cat $< | grep -E -v "#[ ]*(include|error)" | $(LD) -x c++ -o $@ -E -P -Qunused-arguments -
+ $(P) cat $< | grep -E -v "#[ ]*(include|error)" | $(LD) -x c++ -o $@ -E -P -
$(PY_WRAPPER_FILE).cc: $(PY_GEN_SCRIPT).py $(PY_WRAP_INCLUDES)
$(Q) mkdir -p $(dir $@)