mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-22 09:59:39 +00:00
Make out of tree build testing possible
This commit is contained in:
parent
5c6de04467
commit
c0779f488a
37 changed files with 131 additions and 119 deletions
|
|
@ -1,3 +1,15 @@
|
|||
ROOT_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
BUILD_DIR ?= $(ROOT_DIR)/..
|
||||
|
||||
YOSYS ?= $(BUILD_DIR)/yosys
|
||||
ABC ?= $(BUILD_DIR)/yosys-abc
|
||||
YOSYS_FILTERLIB ?= $(BUILD_DIR)/yosys-filterlib
|
||||
YOSYS_CONFIG ?= $(BUILD_DIR)/yosys-config
|
||||
|
||||
export YOSYS
|
||||
export YOSYS_CONFIG
|
||||
export ABC
|
||||
|
||||
all:
|
||||
|
||||
ifndef OVERRIDE_MAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue