From: Joel Becker Date: Wed, 25 Jul 2007 18:04:51 +0000 (-0400) Subject: Btrfs: cleaner make clean X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~524 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8578f0f1fda41f8429a1037022b720275102ca65;p=thirdparty%2Flinux.git Btrfs: cleaner make clean Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index 5af2426116d3a..a4e2df66bdbb7 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -18,5 +18,5 @@ KERNELDIR := /lib/modules/`uname -r`/build all:: $(MAKE) -C $(KERNELDIR) M=`pwd` modules clean:: - rm *.o btrfs.ko + $(MAKE) -C $(KERNELDIR) M=`pwd` clean endif