mirror of https://github.com/YosysHQ/yosys.git
Even less options for the preprocessor
This commit is contained in:
parent
c5a8dceff8
commit
d330f4e009
2
Makefile
2
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 $@)
|
||||
|
|
Loading…
Reference in New Issue