 25985edced
			
		
	
	
	25985edced
	
	
	
		
			
			Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			147 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			147 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the FPU instruction emulation.
 | |
| #
 | |
| 
 | |
| # suppress all warnings - as math.c produces a lot!
 | |
| ccflags-y := -w
 | |
| 
 | |
| obj-y    := math_$(BITS).o
 |