Btrfs: initial move to kernel module land
[deliverable/linux.git] / fs / btrfs / Makefile
CommitLineData
2e635a27
CM
1ifneq ($(KERNELRELEASE),)
2# kbuild part of makefile
eb60ceac 3
2e635a27
CM
4obj-m := btrfs.o
5btrfs-y := super.o
af86d07e 6
2e635a27
CM
7#btrfs-y := ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
8# root-tree.o dir-item.o hash.o file-item.o inode-item.o \
9# inode-map.o \
eb60ceac 10
2e635a27 11else
4920c9ac 12
2e635a27 13# Normal Makefile
fec577fb 14
2e635a27
CM
15KERNELDIR := /lib/modules/`uname -r`/build
16all::
17 $(MAKE) -C $(KERNELDIR) M=`pwd` modules
18clean::
19 rm *.o btrfs.ko
20endif
This page took 0.04267 seconds and 5 git commands to generate.