Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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 Diff line number Diff line
@@ -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