From 1fb08362d9bf5efcaea31247969ea65d3618e62a Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 13 Oct 2016 16:58:21 -0300 Subject: 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. --- icetime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icetime/Makefile') diff --git a/icetime/Makefile b/icetime/Makefile index c56002b..cfa7ff0 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -1,6 +1,6 @@ include ../config.mk LDLIBS = -lm -lstdc++ -CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 -I/usr/local/include -DPREFIX='"$(PREFIX)"' +CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 -I/usr/local/include -DPREFIX='"$(PREFIX)"' -DCHIPDB_SUBDIR='"$(CHIPDB_SUBDIR)"' ifeq ($(STATIC),1) LDFLAGS += -static -- cgit v1.2.3