mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Merge pull request #3010 from the6p4c/master
Fix protobuf backend build dependencies - intermittent build issue due to missing rule
This commit is contained in:
commit
e6766b950c
|
@ -3,6 +3,8 @@ ifeq ($(ENABLE_PROTOBUF),1)
|
||||||
backends/protobuf/yosys.pb.cc backends/protobuf/yosys.pb.h: misc/yosys.proto
|
backends/protobuf/yosys.pb.cc backends/protobuf/yosys.pb.h: misc/yosys.proto
|
||||||
$(Q) cd misc && protoc --cpp_out "../backends/protobuf" yosys.proto
|
$(Q) cd misc && protoc --cpp_out "../backends/protobuf" yosys.proto
|
||||||
|
|
||||||
|
backends/protobuf/protobuf.cc: backends/protobuf/yosys.pb.h
|
||||||
|
|
||||||
OBJS += backends/protobuf/protobuf.o backends/protobuf/yosys.pb.o
|
OBJS += backends/protobuf/protobuf.o backends/protobuf/yosys.pb.o
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue