diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-09-24 11:05:53 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 15:41:59 -0400 |
commit | b4f6c45dfbf84f47c21f73f6370ad1292b0627fd (patch) | |
tree | a85c3a7b304e768f1f3321f39d0ae6c4402cc1ee /fs/btrfs/Makefile | |
parent | aef8755711a28bb0ecde7780ae6613fcb62cf6f7 (diff) | |
download | linux-b4f6c45dfbf84f47c21f73f6370ad1292b0627fd.tar.gz linux-b4f6c45dfbf84f47c21f73f6370ad1292b0627fd.tar.bz2 linux-b4f6c45dfbf84f47c21f73f6370ad1292b0627fd.zip |
Update Btrfs files for in-kernel usage
btrfs had magic to put the chagneset id into a printk on module load.
This removes that from the Makefile and hardcodes the printk to print
"Btrfs"
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r-- | fs/btrfs/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index eb36ae981bdc..d5c28557fba9 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -13,17 +13,12 @@ else # Normal Makefile KERNELDIR := /lib/modules/`uname -r`/build -all: version +all: $(MAKE) -C $(KERNELDIR) M=`pwd` modules -version: - bash version.sh - modules_install: $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install clean: $(MAKE) -C $(KERNELDIR) M=`pwd` clean -tester: - $(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 endif |