| 
									
										
										
										
											2009-01-05 08:46:27 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | # Makefile for the linux squashfs routines.
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | obj-$(CONFIG_SQUASHFS) += squashfs.o | 
					
						
							|  |  |  | squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o | 
					
						
							| 
									
										
										
										
											2011-07-22 03:01:28 +01:00
										 |  |  | squashfs-y += namei.o super.o symlink.o decompressor.o | 
					
						
							| 
									
										
										
										
											2010-05-31 18:46:29 +01:00
										 |  |  | squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o | 
					
						
							| 
									
										
										
										
											2010-08-05 02:29:59 +01:00
										 |  |  | squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o | 
					
						
							| 
									
										
										
										
											2010-12-09 02:08:31 +00:00
										 |  |  | squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o | 
					
						
							| 
									
										
										
										
											2011-07-22 03:01:28 +01:00
										 |  |  | squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o |