mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	cxxrtl: add missing installs of include files.
This commit is contained in:
		
							parent
							
								
									8262997c4e
								
							
						
					
					
						commit
						a0466e1a96
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -588,6 +588,11 @@ $(eval $(call add_include_file,passes/fsm/fsmdata.h))
 | 
			
		|||
$(eval $(call add_include_file,frontends/ast/ast.h))
 | 
			
		||||
$(eval $(call add_include_file,backends/ilang/ilang_backend.h))
 | 
			
		||||
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl.h))
 | 
			
		||||
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl_vcd.h))
 | 
			
		||||
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl_capi.cc))
 | 
			
		||||
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl_capi.h))
 | 
			
		||||
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl_vcd_capi.cc))
 | 
			
		||||
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl_vcd_capi.h))
 | 
			
		||||
 | 
			
		||||
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o
 | 
			
		||||
OBJS += kernel/cellaigs.o kernel/celledges.o
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue