projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a8dce
)
Even less options for the preprocessor
author
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Wed, 3 Apr 2019 13:34:31 +0000
(15:34 +0200)
committer
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Wed, 3 Apr 2019 13:34:31 +0000
(15:34 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7f37fe6aa554b948926fd4c292519b2e8af08e8b..06d020e68d357067331a1048145cb20b494f5458 100644
(file)
--- 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 $@)