From aad92abce9738e5e7d0fb934ea16749c1b1e2cfe Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 Mar 2020 10:02:56 +0100 Subject: [PATCH] Enable ENABLE_LIBYOSYS when ENABLE_PYOSYS is set --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3c89fed20..713b7c423 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,10 @@ ifneq ($(wildcard Makefile.conf),) include Makefile.conf endif +ifeq ($(ENABLE_PYOSYS),1) +ENABLE_LIBYOSYS := 1 +endif + BINDIR := $(PREFIX)/bin LIBDIR := $(PREFIX)/lib DATDIR := $(PREFIX)/share/yosys -- 2.30.2