It took a while longer than on other architectures but gcc has finally
started to strike us as well ...
    
This also fixes the damage by 6edfba1b33.
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
		
	
			
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			286 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			286 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for MIPS-specific library files..
 | 
						|
#
 | 
						|
 | 
						|
lib-y	+= csum_partial_copy.o memcpy.o promlib.o strlen_user.o strncpy_user.o \
 | 
						|
	   strnlen_user.o uncached.o
 | 
						|
 | 
						|
obj-y	+= iomap.o
 | 
						|
 | 
						|
# libgcc-style stuff needed in the kernel
 | 
						|
lib-y += ashldi3.o ashrdi3.o lshrdi3.o
 | 
						|
 | 
						|
EXTRA_AFLAGS := $(CFLAGS)
 |