Commit 8578f0f1 authored by Joel Becker's avatar Joel Becker Committed by David Woodhouse
Browse files

Btrfs: cleaner make clean

parent 92fee66d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,5 +18,5 @@ KERNELDIR := /lib/modules/`uname -r`/build
all::
all::
	$(MAKE) -C $(KERNELDIR) M=`pwd` modules
	$(MAKE) -C $(KERNELDIR) M=`pwd` modules
clean::
clean::
	rm *.o btrfs.ko
	$(MAKE) -C $(KERNELDIR) M=`pwd` clean
endif
endif