mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +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
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,8 @@ ifeq ($(ENABLE_PROTOBUF),1)
 | 
			
		|||
backends/protobuf/yosys.pb.cc backends/protobuf/yosys.pb.h: misc/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
 | 
			
		||||
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue