blob: fe51f1507ed1ade4d58ceb6d1b72dfc939ac1f84 [file] [log] [blame]
Phillip Lougherfcef6fb2009-01-05 08:46:27 +00001#
2# Makefile for the linux squashfs routines.
3#
4
5obj-$(CONFIG_SQUASHFS) += squashfs.o
6squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o
Phillip Lougher0d455c12013-11-13 02:04:19 +00007squashfs-y += namei.o super.o symlink.o decompressor.o
Adrien Schildknecht0f1ddd12016-09-28 12:14:39 -07008squashfs-y += file_direct.o page_actor.o
Phillip Lougherd2083832013-11-18 02:31:36 +00009squashfs-$(CONFIG_SQUASHFS_DECOMP_SINGLE) += decompressor_single.o
10squashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI) += decompressor_multi.o
11squashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU) += decompressor_multi_percpu.o
Phillip Lougher637d5c92010-05-31 18:46:29 +010012squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
Phillip Lougher62421642014-11-27 18:48:44 +000013squashfs-$(CONFIG_SQUASHFS_LZ4) += lz4_wrapper.o
Chan Jeong79cb8ce2010-08-05 02:29:59 +010014squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
Phillip Lougher7a43ae52010-12-09 02:08:31 +000015squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o
Phillip Loughercc6d3492011-07-22 03:01:28 +010016squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o