提交 432eba08 编写于 作者: J Jan Engelhardt 提交者: David Woodhouse

Btrfs: Simplify makefile

Single-colons will do here.
Signed-off-by: NChris Mason <chris.mason@oracle.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册