Btrfs: fix cache_block_group error handling
[deliverable/linux.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 \
615f996f 6 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 \
d1310b2e 8 extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
31153d81 9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
e02119d5 10 ref-cache.o export.o tree-log.o acl.o
2e635a27 11else
4920c9ac 12
2e635a27 13# Normal Makefile
fec577fb 14
2e635a27 15KERNELDIR := /lib/modules/`uname -r`/build
b3c3da71 16all: version
39279cc3 17 $(MAKE) -C $(KERNELDIR) M=`pwd` modules
b3c3da71
CM
18
19version:
20 bash version.sh
21
432eba08 22modules_install:
84a5d5ee 23 $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
432eba08 24clean:
8578f0f1 25 $(MAKE) -C $(KERNELDIR) M=`pwd` clean
432eba08 26
5f39d397
CM
27tester:
28 $(MAKE) -C $(KERNELDIR) M=`pwd` tree-defrag.o transaction.o sysfs.o super.o root-tree.o inode-map.o inode-item.o inode.o file-item.o file.o extent_map.o disk-io.o ctree.o dir-item.o extent-tree.o
2e635a27 29endif
This page took 0.040515 seconds and 5 git commands to generate.