properly reindent Kernel/Prepare/Default
SVN-Revision: 34014
This commit is contained in:
parent
449f88df0f
commit
246e563cb7
1 changed files with 6 additions and 6 deletions
|
@ -37,15 +37,15 @@ ifeq ($(strip $(CONFIG_EXTERNAL_KERNEL_TREE)),"")
|
||||||
endef
|
endef
|
||||||
else
|
else
|
||||||
ifeq ($(strip $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY)),"")
|
ifeq ($(strip $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY)),"")
|
||||||
define Kernel/Prepare/Default
|
define Kernel/Prepare/Default
|
||||||
git clone $(CONFIG_KERNEL_GIT_CLONE_URI) $(LINUX_DIR)
|
git clone $(CONFIG_KERNEL_GIT_CLONE_URI) $(LINUX_DIR)
|
||||||
endef
|
endef
|
||||||
else
|
else
|
||||||
define Kernel/Prepare/Default
|
define Kernel/Prepare/Default
|
||||||
git clone --reference $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY) $(CONFIG_KERNEL_GIT_CLONE_URI) $(LINUX_DIR)
|
git clone --reference $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY) $(CONFIG_KERNEL_GIT_CLONE_URI) $(LINUX_DIR)
|
||||||
endef
|
endef
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
else
|
else
|
||||||
define Kernel/Prepare/Default
|
define Kernel/Prepare/Default
|
||||||
mkdir -p $(KERNEL_BUILD_DIR)
|
mkdir -p $(KERNEL_BUILD_DIR)
|
||||||
|
|
Loading…
Reference in a new issue