summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-30 14:10:15 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-30 14:10:15 +0200
commita7c6b37abf3e4628dd921bb12f77987d1f94c45f (patch)
treee2d7775b8df6e089e7b567febf27224cf1991a33 /Makefile
parent273383692a50490f02a51d0c44ba63b9f557da4e (diff)
Added "kernel/yosys.h" and "kernel/yosys.cc"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 462861c8..73d44833 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ S =
endif
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o
-OBJS += kernel/compatibility.o
+OBJS += kernel/compatibility.o kernel/yosys.o
OBJS += libs/bigint/BigIntegerAlgorithms.o libs/bigint/BigInteger.o libs/bigint/BigIntegerUtils.o
OBJS += libs/bigint/BigUnsigned.o libs/bigint/BigUnsignedInABase.o