 b6bec26cea
			
		
	
	
	b6bec26cea
	
	
	
		
			
			Rename the source file to match the function name and thereby also make room for a possible future even slightly faster "non-safe" decompressor version. Signed-off-by: Markus F.X.J. Oberhumer <markus@oberhumer.com>
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			180 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			180 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| lzo_compress-objs := lzo1x_compress.o
 | |
| lzo_decompress-objs := lzo1x_decompress_safe.o
 | |
| 
 | |
| obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
 | |
| obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
 |