From: Marius Gavrilescu Date: Mon, 19 Feb 2018 13:56:31 +0000 (+0000) Subject: Fix Makefile X-Git-Url: http://git.ieval.ro/?p=clump.git;a=commitdiff_plain;h=7560fdba316d8bb53b01ee60eddc6581ff167c27 Fix Makefile --- diff --git a/Makefile b/Makefile index 3ce34ed..7d80540 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ all: $(PROJ).rpt $(PROJ).bin tools/icestorm/icepack/icepack $< $@ %.rpt: %.asc - tools/icestorm/icetime/icetime -d $(DEVICE) -mtr $@ $< + tools/icestorm/icetime/icetime -C tools/icestorm/icebox/chipdb-$(subst hx,,$(subst lp,,$(DEVICE))).txt -d $(DEVICE) -mtr $@ $< prog: $(PROJ).bin tools/icestorm/iceprog/iceprog $<