diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 19:39:02 +0100 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 19:54:07 +0100 |
commit | 01e5b4e4e897fce8c7e6236bc933c9721c7ee237 (patch) | |
tree | 2bdd0afded0c862929f6826fe254542894697c0c /fs/squashfs/Makefile | |
parent | 67f66cc6c728de183d9d43c243cb163c1ebd8e04 (diff) | |
download | talos-op-linux-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.tar.gz talos-op-linux-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.zip |
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 @@ obj-$(CONFIG_SQUASHFS) += squashfs.o squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o -squashfs-y += xattr.o xattr_id.o +squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o |