aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/Makefile
diff options
context:
space:
mode:
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