Commit 432eba08 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by David Woodhouse

Btrfs: Simplify makefile

Single-colons will do here.
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 84a5d5ee
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment