diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-31 18:46:29 +0100 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-31 18:46:29 +0100 |
commit | 637d5c9a36bcb2b101401d52191ff3c7580f9068 (patch) | |
tree | b8c7ea745302a9e9f59768484ca3c895837970c2 /fs/squashfs/Makefile | |
parent | a02956e4cc655f746134806119cce1bccfc2c610 (diff) | |
download | talos-op-linux-637d5c9a36bcb2b101401d52191ff3c7580f9068.tar.gz talos-op-linux-637d5c9a36bcb2b101401d52191ff3c7580f9068.zip |
Squashfs: Make XATTR config name consistent with other file systems
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
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 2cee3e9fa452..6fa6b9deecd3 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-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o +squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o |