aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/Makefile
diff options
context:
space:
mode:
authorhermitsoft <hermisu@mail.com>2017-03-07 18:11:07 +0100
committerhermitsoft <hermisu@mail.com>2017-03-07 18:11:07 +0100
commit2ca9f929ac58e40c3918513bb9182ca0b929086e (patch)
tree90917e612674cce79986a2287bdf6a4facf99ded /icefuzz/Makefile
parent2281f915369f2186b8a627d304ff672a73e11c7f (diff)
downloadicestorm-2ca9f929ac58e40c3918513bb9182ca0b929086e.tar.gz
icestorm-2ca9f929ac58e40c3918513bb9182ca0b929086e.tar.bz2
icestorm-2ca9f929ac58e40c3918513bb9182ca0b929086e.zip
Fixes for LP384 in some make_xx.py, etc
Diffstat (limited to 'icefuzz/Makefile')
-rw-r--r--icefuzz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/icefuzz/Makefile b/icefuzz/Makefile
index 54483b7..3fcd119 100644
--- a/icefuzz/Makefile
+++ b/icefuzz/Makefile
@@ -100,10 +100,11 @@ else
ICE384PINS=1 python3 make_$(1).py
+ICEDEV=lp384-qn32 $(MAKE) -C work_$(1)
python3 extract.py -3 work_$(1)/*.glb > $$@
- endif
+ else
python3 make_$(1).py
+$(MAKE) -C work_$(1)
python3 extract.py work_$(1)/*.glb > $$@
+ endif
endif
endef