aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 09:42:23 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 09:42:23 +0200
commitf405d16f41bead6c8785eae1a468640b61941ec6 (patch)
treec3ed0edd152d0041c6934da65463ac9fb3de230c /Makefile
parent3a0e7ec94e8b144ef32dfb2b34cec189999f6700 (diff)
downloadghdl-yosys-plugin-f405d16f41bead6c8785eae1a468640b61941ec6.tar.gz
ghdl-yosys-plugin-f405d16f41bead6c8785eae1a468640b61941ec6.tar.bz2
ghdl-yosys-plugin-f405d16f41bead6c8785eae1a468640b61941ec6.zip
Build with libghdl (WIP).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60b65da..72c297e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ SOEXT=so
LDFLAGS=
CFLAGS=-O
-ALL_LDFLAGS=$(GHDL_PREFIX)/lib/libghdlsynth.so -Wl,-rpath,$(GHDL_PREFIX)/lib $(LDFLAGS)
+ALL_LDFLAGS=$(GHDL_PREFIX)/lib/libghdl-*.so -Wl,-rpath,$(GHDL_PREFIX)/lib $(LDFLAGS)
ALL_CFLAGS=-fPIC -DYOSYS_ENABLE_GHDL -I$(GHDL_PREFIX)/include $(CFLAGS)