diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-05-17 08:19:52 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-05-17 08:19:52 +0200 |
commit | 61512b6f4115fce5326b78914b675be278c6845f (patch) | |
tree | 57c8933bbe35e8bf18065f9382c033bf9731e154 /techlibs | |
parent | c2f30e0de41d93ef7e6468ba7041c51c971c6a0c (diff) | |
download | yosys-61512b6f4115fce5326b78914b675be278c6845f.tar.gz yosys-61512b6f4115fce5326b78914b675be278c6845f.tar.bz2 yosys-61512b6f4115fce5326b78914b675be278c6845f.zip |
Verific build fixes
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/ice40/Makefile.inc | 4 | ||||
-rw-r--r-- | techlibs/xilinx/Makefile.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/techlibs/ice40/Makefile.inc b/techlibs/ice40/Makefile.inc index 6900f74ab..a9d2f2369 100644 --- a/techlibs/ice40/Makefile.inc +++ b/techlibs/ice40/Makefile.inc @@ -11,8 +11,8 @@ EXTRA_OBJS += techlibs/ice40/brams_init.mk .SECONDARY: techlibs/ice40/brams_init.mk techlibs/ice40/brams_init.mk: techlibs/ice40/brams_init.py - cd techlibs/ice40 && python brams_init.py - touch techlibs/ice40/brams_init.mk + $(P) cd techlibs/ice40 && python brams_init.py + $(Q) touch techlibs/ice40/brams_init.mk techlibs/ice40/brams_init1.vh: techlibs/ice40/brams_init.mk techlibs/ice40/brams_init2.vh: techlibs/ice40/brams_init.mk diff --git a/techlibs/xilinx/Makefile.inc b/techlibs/xilinx/Makefile.inc index 76a0cd742..a8f5416e3 100644 --- a/techlibs/xilinx/Makefile.inc +++ b/techlibs/xilinx/Makefile.inc @@ -10,8 +10,8 @@ EXTRA_OBJS += techlibs/xilinx/brams_init.mk .SECONDARY: techlibs/xilinx/brams_init.mk techlibs/xilinx/brams_init.mk: techlibs/xilinx/brams_init.py - cd techlibs/xilinx && python brams_init.py - touch techlibs/xilinx/brams_init.mk + $(P) cd techlibs/xilinx && python brams_init.py + $(Q) touch techlibs/xilinx/brams_init.mk techlibs/xilinx/brams_init_36.vh: techlibs/xilinx/brams_init.mk techlibs/xilinx/brams_init_32.vh: techlibs/xilinx/brams_init.mk |