mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Makefile make allclean
This commit is contained in:
		
							parent
							
								
									e5f9fbb238
								
							
						
					
					
						commit
						fc4db84bbc
					
				@ -1,3 +1,7 @@
 | 
			
		||||
make allclean:
 | 
			
		||||
	make clean
 | 
			
		||||
	make all
 | 
			
		||||
 | 
			
		||||
make clean:
 | 
			
		||||
	make clean -C ../../addins/riscv-arch-test
 | 
			
		||||
	make clean -C ../../tests/wally-riscv-arch-test
 | 
			
		||||
@ -15,7 +19,9 @@ make all:
 | 
			
		||||
	cd ../../tests/wally-riscv-arch-test; elf2hex.sh
 | 
			
		||||
	# ***extractFunctionRadix
 | 
			
		||||
 | 
			
		||||
	# Only compile Imperas tests if they are installed
 | 
			
		||||
	# Only compile Imperas tests if they are installed locally.  
 | 
			
		||||
	# They are usually a symlink to $RISCV/imperas-riscv-tests and only 
 | 
			
		||||
	# get compiled there manually during installation
 | 
			
		||||
	# make -C ../../addins/imperas-riscv-tests
 | 
			
		||||
	# make -C ../../addins/imperas-riscv-tests XLEN=64
 | 
			
		||||
	# cd ../../addins/imperas-riscv-tests; elf2hex.sh
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user