mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Aded one more load of .conf to support change of prefix
This commit is contained in:
parent
349c47250a
commit
14bd40cd3d
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue