diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 14:39:02 -0400 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 14:54:07 -0400 |
commit | 01e5b4e4e897fce8c7e6236bc933c9721c7ee237 (patch) | |
tree | 2bdd0afded0c862929f6826fe254542894697c0c /fs/squashfs/Makefile | |
parent | 67f66cc6c728de183d9d43c243cb163c1ebd8e04 (diff) |
squashfs: add xattr support configure option
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/Makefile')
-rw-r--r-- | fs/squashfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile index 56684d464105..2cee3e9fa452 100644 --- a/fs/squashfs/Makefile +++ b/fs/squashfs/Makefile | |||
@@ -5,5 +5,5 @@ | |||
5 | obj-$(CONFIG_SQUASHFS) += squashfs.o | 5 | obj-$(CONFIG_SQUASHFS) += squashfs.o |
6 | squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o | 6 | squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o |
7 | squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o | 7 | squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o |
8 | squashfs-y += xattr.o xattr_id.o | 8 | squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o |
9 | 9 | ||