summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2011-11-18 17:59:41 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2011-11-18 17:59:41 +0530
commit5e3cf9e30169465d1e0d4a61dae50517675df615 (patch)
tree117aa1fa5ef6dd72f711e78d19a5dfbbb8700718
parent70f98dfdbc4fa24d094ea7a3f52bb4d8e89c00ee (diff)
Revert "kernel.mk: respect showcommands"
This reverts commit 70f98dfdbc4fa24d094ea7a3f52bb4d8e89c00ee.
-rw-r--r--tasks/kernel.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/tasks/kernel.mk b/tasks/kernel.mk
index 9babc67..7cdaa16 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -1,13 +1,9 @@
-ifneq ($(strip $(SHOW_COMMANDS)),)
-KERNEL_VERBOSE="V=1"
-endif
-
android_kernel: $(PRODUCT_OUT)/u-boot.bin
cd $(TOP)/kernel &&\
if [ -e $(TARGET_TOOLS_PREFIX)ld.bfd ]; then LD=$(TARGET_TOOLS_PREFIX)ld.bfd; else LD=$(TARGET_TOOLS_PREFIX)ld; fi && \
export PATH=../$(BUILD_OUT_EXECUTABLES):$(PATH) && \
- $(MAKE) -j1 $(KERNEL_VERBOSE) ARCH=arm CROSS_COMPILE=$(shell sh -c "cd $(TOP); cd `dirname $(TARGET_TOOLS_PREFIX)`; pwd")/$(shell basename $(TARGET_TOOLS_PREFIX)) LD=$$LD defconfig $(KERNEL_CONFIG) &&\
- $(MAKE) $(KERNEL_VERBOSE) ARCH=arm CROSS_COMPILE=$(shell sh -c "cd $(TOP); cd `dirname $(TARGET_TOOLS_PREFIX)`; pwd")/$(shell basename $(TARGET_TOOLS_PREFIX)) LD=$$LD uImage
+ $(MAKE) V=1 -j1 ARCH=arm CROSS_COMPILE=$(shell sh -c "cd $(TOP); cd `dirname $(TARGET_TOOLS_PREFIX)`; pwd")/$(shell basename $(TARGET_TOOLS_PREFIX)) LD=$$LD defconfig $(KERNEL_CONFIG) &&\
+ $(MAKE) V=1 ARCH=arm CROSS_COMPILE=$(shell sh -c "cd $(TOP); cd `dirname $(TARGET_TOOLS_PREFIX)`; pwd")/$(shell basename $(TARGET_TOOLS_PREFIX)) LD=$$LD uImage
android_kernel_modules: $(INSTALLED_KERNEL_TARGET) $(ACP)
cd $(TOP)/kernel &&\