]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/squashfs/Makefile
nilfs2: clarify byte offset in super block format
[mirror_ubuntu-artful-kernel.git] / fs / squashfs / Makefile
CommitLineData
fcef6fb6
PL
1#
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
4c0f0bb2 7squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o
01e5b4e4 8squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o
4b5397dc 9