aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorSalvador E. Tropea <salvador@inti.gob.ar>2016-10-13 16:58:21 -0300
committerSalvador E. Tropea <salvador@inti.gob.ar>2016-10-13 16:58:21 -0300
commit1fb08362d9bf5efcaea31247969ea65d3618e62a (patch)
treea725f909663c5f39d132c0f28f9693ce7675e04b /config.mk
parentfbd7b6c169bb1313340a20574e1e6e00e706f59c (diff)
downloadicestorm-1fb08362d9bf5efcaea31247969ea65d3618e62a.tar.gz
icestorm-1fb08362d9bf5efcaea31247969ea65d3618e62a.tar.bz2
icestorm-1fb08362d9bf5efcaea31247969ea65d3618e62a.zip
Added a new config variable CHIPDB_SUBDIR. It determines the subdir name
used in $(PREFIX)/share/ to install the chip database. This provides a mechanism to choose a directory different than icebox (default). I.e. fpga-icestorm/chipdb for Debian.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 9313614..d6810ea 100644
--- a/config.mk
+++ b/config.mk
@@ -3,6 +3,7 @@ CC ?= $(CXX)
PKG_CONFIG ?= pkg-config
DESTDIR ?=
PREFIX ?= /usr/local
+CHIPDB_SUBDIR ?= icebox
ifeq ($(MXE),1)
EXE = .exe