Aded one more load of .conf to support change of prefix

This commit is contained in:
Miodrag Milanovic 2019-05-29 18:57:03 +02:00
parent 349c47250a
commit 14bd40cd3d
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ OS := $(shell uname -s)
PREFIX ?= /usr/local PREFIX ?= /usr/local
INSTALL_SUDO := INSTALL_SUDO :=
ifneq ($(wildcard Makefile.conf),)
include Makefile.conf
endif
BINDIR := $(PREFIX)/bin BINDIR := $(PREFIX)/bin
LIBDIR := $(PREFIX)/lib LIBDIR := $(PREFIX)/lib
DATDIR := $(PREFIX)/share/yosys DATDIR := $(PREFIX)/share/yosys