mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
Btrfs: Simplify makefile
Single-colons will do here. Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
84a5d5eefd
commit
432eba0882
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user