diff options
| author | Miodrag Milanovic <mmicko@gmail.com> | 2020-07-08 19:48:11 +0200 |
|---|---|---|
| committer | Miodrag Milanovic <mmicko@gmail.com> | 2020-07-08 19:48:11 +0200 |
| commit | af42a45b913ffd60157a23aa0eccb24769f5f71c (patch) | |
| tree | 4db5de6bb93b2481b7503cc9dac5d068190db298 /icetime/Makefile | |
| parent | 4b54d341de8564487ca2dd8f0161024fc98ade72 (diff) | |
Enable rest of lattice parts in icetime
Diffstat (limited to 'icetime/Makefile')
| -rw-r--r-- | icetime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index f95738a..7d0ca32 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -8,7 +8,7 @@ endif all: $(PROGRAM_PREFIX)icetime$(EXE) -CHIPS=lp384 lp1k lp8k hx1k hx8k up5k +CHIPS=lp384 lp1k lp8k hx1k hx8k up5k u4k ifeq ($(EXE),.js) $(PROGRAM_PREFIX)icetime$(EXE): | share/$(CHIPDB_SUBDIR)/chipdb-384.txt share/$(CHIPDB_SUBDIR)/chipdb-1k.txt share/$(CHIPDB_SUBDIR)/chipdb-8k.txt share/$(CHIPDB_SUBDIR)/chipdb-5k.txt |
