mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #47 from mschmoelzer/master
Add "echo-yosys-ver" and "echo-git-rev" Makefile targets.
This commit is contained in:
		
						commit
						f6f51cd68a
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -385,6 +385,12 @@ config-gprof: clean
 | 
			
		|||
config-sudo:
 | 
			
		||||
	echo "INSTALL_SUDO := sudo" >> Makefile.conf
 | 
			
		||||
 | 
			
		||||
echo-yosys-ver:
 | 
			
		||||
	@echo "$(YOSYS_VER)"
 | 
			
		||||
 | 
			
		||||
echo-git-rev:
 | 
			
		||||
	@echo "$(GIT_REV)"
 | 
			
		||||
 | 
			
		||||
-include libs/*/*.d
 | 
			
		||||
-include frontends/*/*.d
 | 
			
		||||
-include passes/*/*.d
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue