mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-04 05:11:22 +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:
commit
0df8a3b461
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue