diff --git a/[refs] b/[refs] index 6743f3d75807..44e99e017774 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84a5d5eefd2b31c3cb97dc078589870bf85c7f23 +refs/heads/master: 432eba0882a32d6181ba44044f6e576226134784 diff --git a/trunk/fs/btrfs/Makefile b/trunk/fs/btrfs/Makefile index 058a2dae65b4..6341cf7a9f91 100644 --- a/trunk/fs/btrfs/Makefile +++ b/trunk/fs/btrfs/Makefile @@ -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