Implement __raw_readsb and __raw_writesb. Export __raw_reads[bwl] and __raw_writes[bwl] for use by modules. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			374 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			374 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for AVR32-specific library files
 | 
						|
#
 | 
						|
 | 
						|
lib-y	:= copy_user.o clear_user.o
 | 
						|
lib-y	+= strncpy_from_user.o strnlen_user.o
 | 
						|
lib-y	+= delay.o memset.o memcpy.o findbit.o
 | 
						|
lib-y	+= csum_partial.o csum_partial_copy_generic.o
 | 
						|
lib-y	+= io-readsw.o io-readsl.o io-writesw.o io-writesl.o
 | 
						|
lib-y	+= io-readsb.o io-writesb.o
 | 
						|
lib-y	+= __avr32_lsl64.o __avr32_lsr64.o __avr32_asr64.o
 |