diff options
| author | hermitsoft <hermisu@mail.com> | 2017-03-07 18:11:07 +0100 |
|---|---|---|
| committer | hermitsoft <hermisu@mail.com> | 2017-03-07 18:11:07 +0100 |
| commit | 2ca9f929ac58e40c3918513bb9182ca0b929086e (patch) | |
| tree | 90917e612674cce79986a2287bdf6a4facf99ded /icefuzz/Makefile | |
| parent | 2281f915369f2186b8a627d304ff672a73e11c7f (diff) | |
Fixes for LP384 in some make_xx.py, etc
Diffstat (limited to 'icefuzz/Makefile')
| -rw-r--r-- | icefuzz/Makefile | 3 |
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 |
