mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
More apt location for whereami
This commit is contained in:
parent
f1ab51ce5b
commit
7d5dac7255
4 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -650,7 +650,6 @@ $(eval $(call add_include_file,backends/rtlil/rtlil_backend.h))
|
|||
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o
|
||||
OBJS += kernel/binding.o
|
||||
OBJS += kernel/cellaigs.o kernel/celledges.o kernel/cost.o kernel/satgen.o kernel/scopeinfo.o kernel/qcsat.o kernel/mem.o kernel/ffmerge.o kernel/ff.o kernel/yw.o kernel/json.o kernel/fmt.o kernel/sexpr.o
|
||||
OBJS += kernel/whereami.o
|
||||
ifeq ($(ENABLE_FUNC),1)
|
||||
OBJS += kernel/drivertools.o kernel/functional.o
|
||||
endif
|
||||
|
@ -686,6 +685,8 @@ OBJS += libs/minisat/SimpSolver.o
|
|||
OBJS += libs/minisat/Solver.o
|
||||
OBJS += libs/minisat/System.o
|
||||
|
||||
OBJS += libs/whereami/whereami.o
|
||||
|
||||
ifeq ($(ENABLE_ZLIB),1)
|
||||
OBJS += libs/fst/fstapi.o
|
||||
OBJS += libs/fst/fastlz.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue