Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128462
b: refs/heads/master
c: 432eba0
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David Woodhouse committed Sep 14, 2007
1 parent 3773139 commit 275b0d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 84a5d5eefd2b31c3cb97dc078589870bf85c7f23
refs/heads/master: 432eba0882a32d6181ba44044f6e576226134784
7 changes: 4 additions & 3 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ else
# Normal Makefile

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

endif

0 comments on commit 275b0d6

Please sign in to comment.