mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 05:46:32 +00:00
Revert "Putting back some Makefile.conf"
This reverts commit d8587f44f0.
This commit is contained in:
parent
1801abf30a
commit
0ef0a8881e
1 changed files with 0 additions and 7 deletions
|
|
@ -1,16 +1,9 @@
|
|||
ROOT_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
BUILD_DIR ?= $(ROOT_DIR)/..
|
||||
ifneq ($(wildcard $(ROOT_DIR)/../Makefile.conf),)
|
||||
include $(ROOT_DIR)/../Makefile.conf
|
||||
endif
|
||||
|
||||
SBY ?= sby
|
||||
YOSYS ?= $(BUILD_DIR)/yosys
|
||||
ifneq ($(ABCEXTERNAL),)
|
||||
ABC ?= $(ABCEXTERNAL)
|
||||
else
|
||||
ABC ?= $(BUILD_DIR)/yosys-abc
|
||||
endif
|
||||
YOSYS_FILTERLIB ?= $(BUILD_DIR)/yosys-filterlib
|
||||
YOSYS_CONFIG ?= $(BUILD_DIR)/yosys-config
|
||||
YOSYS_SMTBMC ?= $(BUILD_DIR)/yosys-smtbmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue