commit | b3c3da71ed88c06bc18a4d8919c6e4af3b933566 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Jul 23 12:12:13 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:05 2008 -0400 |
tree | 2c872dc4d5e9a6fe104704f95c7acf920236396c | |
parent | 4881ee5a2e995c6a8999b56de70aa3834369d8ee [diff] [blame] |
Btrfs: Add version strings on module load Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index 0e2dcc7..f8a38b0 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile
@@ -14,8 +14,12 @@ # Normal Makefile KERNELDIR := /lib/modules/`uname -r`/build -all: +all: version $(MAKE) -C $(KERNELDIR) M=`pwd` modules + +version: + bash version.sh + modules_install: $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install clean: