aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-07-31 15:58:14 +0200
committerClifford Wolf <clifford@clifford.at>2017-07-31 15:58:14 +0200
commit1f9d00bb9cb2eeea0261d00324ff44e9b3f02136 (patch)
treec9431ec1cb435318f0b3ded7d28ee8b18bd5e768 /icebox/Makefile
parentb888b750a6d37a43a828b8a4704cabfe6eb31803 (diff)
downloadicestorm-1f9d00bb9cb2eeea0261d00324ff44e9b3f02136.tar.gz
icestorm-1f9d00bb9cb2eeea0261d00324ff44e9b3f02136.tar.bz2
icestorm-1f9d00bb9cb2eeea0261d00324ff44e9b3f02136.zip
Don't build chipdb-5k.txt by default (it does not work yet)
Diffstat (limited to 'icebox/Makefile')
-rw-r--r--icebox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/Makefile b/icebox/Makefile
index b352c9b..430fb17 100644
--- a/icebox/Makefile
+++ b/icebox/Makefile
@@ -1,6 +1,6 @@
include ../config.mk
-all: chipdb-384.txt chipdb-1k.txt chipdb-5k.txt chipdb-8k.txt
+all: chipdb-384.txt chipdb-1k.txt chipdb-8k.txt
chipdb-384.txt: icebox.py iceboxdb.py icebox_chipdb.py
python3 icebox_chipdb.py -3 > chipdb-384.new