Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128975
b: refs/heads/master
c: 61f8c86
h: refs/heads/master
i:
  128973: 6889d38
  128971: bab6eda
  128967: 048b101
  128959: 877dc98
v: v3
  • Loading branch information
Sage Weil authored and Chris Mason committed Oct 9, 2008
1 parent 72722ed commit e1f60a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b84e8d6eef82fcf7b1b16d92e29375b85b6549a
refs/heads/master: 61f8c86ee8f9ca55488449db886104a0ab4e1f98
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ifneq ($(KERNELRELEASE),)
# kbuild part of makefile

obj-m := btrfs.o
obj-$(CONFIG_BTRFS_FS) := btrfs.o
btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
file-item.o inode-item.o inode-map.o disk-io.o \
transaction.o inode.o file.o tree-defrag.o \
Expand All @@ -14,7 +14,7 @@ else

KERNELDIR := /lib/modules/`uname -r`/build
all:
$(MAKE) -C $(KERNELDIR) M=`pwd` modules
$(MAKE) -C $(KERNELDIR) M=`pwd` CONFIG_BTRFS_FS=m modules

modules_install:
$(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
Expand Down

0 comments on commit e1f60a7

Please sign in to comment.