Skip to content

Commit

Permalink
btrfs: tiny makefile cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Chris Mason committed Sep 25, 2008
1 parent 6bf13c0 commit 95c9eb1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
extent_io.o volumes.o

ifeq ($(CONFIG_FS_POSIX_ACL),y)
btrfs-y += acl.o
endif
#btrfs-y := ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
# root-tree.o dir-item.o hash.o file-item.o inode-item.o \
# inode-map.o \
btrfs-$(CONFIG_FS_POSIX_ACL) += acl.o
else

# Normal Makefile
Expand Down

0 comments on commit 95c9eb1

Please sign in to comment.