diff options
author | Christoph Hellwig <hch@lst.de> | 2008-06-10 10:20:57 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:03 -0400 |
commit | 95c9eb178b96474e9d896f20f982818c5f2ceaa0 (patch) | |
tree | 253a42bd69784a6a3de7c2dd7cb9b8574df5ce08 /fs/btrfs/Makefile | |
parent | 6bf13c0cc833bf5ba013d6aa60379484bf48c4e6 (diff) |
btrfs: tiny makefile cleanup
use normal kbuild syntax to build acl.o conditinally and remove comment
out lines.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r-- | fs/btrfs/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index 5ac6f2946c21..e5fc3cfea0ab 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile | |||
@@ -8,13 +8,7 @@ btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \ | |||
8 | extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \ | 8 | extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \ |
9 | extent_io.o volumes.o | 9 | extent_io.o volumes.o |
10 | 10 | ||
11 | ifeq ($(CONFIG_FS_POSIX_ACL),y) | 11 | btrfs-$(CONFIG_FS_POSIX_ACL) += acl.o |
12 | btrfs-y += acl.o | ||
13 | endif | ||
14 | #btrfs-y := ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \ | ||
15 | # root-tree.o dir-item.o hash.o file-item.o inode-item.o \ | ||
16 | # inode-map.o \ | ||
17 | |||
18 | else | 12 | else |
19 | 13 | ||
20 | # Normal Makefile | 14 | # Normal Makefile |