mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 17:30:24 +00:00
Merge remote-tracking branch 'origin/master' into xc7mux
This commit is contained in:
commit
f81a0ed92e
6 changed files with 40 additions and 5 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