Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128295
b: refs/heads/master
c: e20d96d
h: refs/heads/master
i:
  128293: 9d55216
  128291: de22427
  128287: fc3b261
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Mar 22, 2007
1 parent c59399c commit 30b43bc
Show file tree
Hide file tree
Showing 15 changed files with 652 additions and 491 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: 2e635a278354a1a7951e16cfea4c247d6d0e7c99
refs/heads/master: e20d96d64f9cf9288ffecc9ad4714e91c3b97ca8
5 changes: 3 additions & 2 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ ifneq ($(KERNELRELEASE),)
# kbuild part of makefile

obj-m := btrfs.o
btrfs-y := super.o
btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
hash.o file-item.o inode-item.o inode-map.o disk-io.o

#btrfs-y := ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
# root-tree.o dir-item.o hash.o file-item.o inode-item.o \
Expand All @@ -14,7 +15,7 @@ else

KERNELDIR := /lib/modules/`uname -r`/build
all::
$(MAKE) -C $(KERNELDIR) M=`pwd` modules
$(MAKE) C=1 -C $(KERNELDIR) M=`pwd` modules
clean::
rm *.o btrfs.ko
endif
Loading

0 comments on commit 30b43bc

Please sign in to comment.