3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 11:55:52 +00:00

Fix whereami extension

This commit is contained in:
Akash Levy 2024-09-05 22:13:28 -07:00
parent 18f05ba615
commit cc3acb9894
2 changed files with 0 additions and 1 deletions

View file

@ -647,7 +647,6 @@ OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/cal
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
OBJS += kernel/whereami.o
kernel/whereami.o: CXXFLAGS += -fPIC
ifeq ($(ENABLE_ZLIB),1)
OBJS += kernel/fstdata.o
endif