aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-22 14:22:09 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-22 14:22:09 +0200
commit74af3a2b7086acad45d15b590a0d23572e8c8734 (patch)
tree6fe6d72a50af984de2d7c2890f8af2986fb4259b /Makefile
parenta3494fa9ed32d7ff2b826dfc921e3a0139158880 (diff)
downloadyosys-74af3a2b7086acad45d15b590a0d23572e8c8734.tar.gz
yosys-74af3a2b7086acad45d15b590a0d23572e8c8734.tar.bz2
yosys-74af3a2b7086acad45d15b590a0d23572e8c8734.zip
Archibald Rust and Clifford Wolf: ffi-based dpi_call()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e74175394..8d7f2f8dd 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ all: top-all
CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I${DESTDIR}/include
LDFLAGS = -L${DESTDIR}/lib
-LDLIBS = -lstdc++ -lreadline -lm -ldl
+LDLIBS = -lstdc++ -lreadline -lm -lffi -ldl
QMAKE = qmake-qt4
SED = sed