1
0
mirror of synced 2026-01-26 04:11:35 +00:00

Merge pull request #1057 from mmicko/fix_478

Aded one more load of .conf to support change of prefix
This commit is contained in:
Clifford Wolf
2019-05-30 09:58:51 +02:00
committed by GitHub

View File

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