Btrfs: Add per-root block accounting and sysfs entries
[linux-2.6-block.git] / fs / btrfs / Makefile
CommitLineData
2e635a27
CM
1ifneq ($(KERNELRELEASE),)
2# kbuild part of makefile
eb60ceac 3
2e635a27 4obj-m := btrfs.o
e20d96d6 5btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
8ef97622 6 hash.o file-item.o inode-item.o inode-map.o disk-io.o \
a52d9a80 7 transaction.o bit-radix.o inode.o file.o tree-defrag.o \
58176a96 8 extent_map.o sysfs.o
af86d07e 9
2e635a27
CM
10#btrfs-y := ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
11# root-tree.o dir-item.o hash.o file-item.o inode-item.o \
12# inode-map.o \
eb60ceac 13
2e635a27 14else
4920c9ac 15
2e635a27 16# Normal Makefile
fec577fb 17
2e635a27
CM
18KERNELDIR := /lib/modules/`uname -r`/build
19all::
39279cc3 20 $(MAKE) -C $(KERNELDIR) M=`pwd` modules
2e635a27 21clean::
8578f0f1 22 $(MAKE) -C $(KERNELDIR) M=`pwd` clean
2e635a27 23endif