Fix protobuf build

This commit is contained in:
Sergiusz Bazanski 2018-06-20 19:28:43 +01:00
parent 626b555244
commit 1690dafde1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ifeq ($(ENABLE_PROTOBUF),1)
backends/protobuf/yosys.pb.cc backends/protobuf/yosys.pb.h: share/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
OBJS += backends/protobuf/protobuf.o backends/protobuf/yosys.pb.o