summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-11 13:40:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-11 13:40:29 +0100
commitd459e235f9c0d2e7e455238c2d95cb05e72f2e53 (patch)
tree9176b5d763631abfcb350955d08058f621cd9f58 /target
parentce60526a603ec9789c15bef6e7aeccd20791f5f9 (diff)
non verbose output should be quiet
Diffstat (limited to 'target')
-rw-r--r--target/cris/Makefile2
-rw-r--r--target/tools/mkfimage/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/cris/Makefile b/target/cris/Makefile
index 9255cede9..0c87fb6d7 100644
--- a/target/cris/Makefile
+++ b/target/cris/Makefile
@@ -18,7 +18,7 @@ endif
$(INSTALL_BIN) ../tools/boot_linux $(BIN_DIR)/
kernel-install: tools-compile
- PATH='${TARGET_PATH}' mkfimage $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
+ PATH='${TARGET_PATH}' mkfimage $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) $(MAKE_TRACE)
ifeq ($(ADK_TARGET_FS),squashfs)
imageinstall: kernel-install $(BUILD_DIR)/$(ROOTFSSQUASHFS)
diff --git a/target/tools/mkfimage/Makefile b/target/tools/mkfimage/Makefile
index a72cfdff1..2c6e37878 100644
--- a/target/tools/mkfimage/Makefile
+++ b/target/tools/mkfimage/Makefile
@@ -1,4 +1,4 @@
include $(TOPDIR)/rules.mk
all: mkfimage.c
- $(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o ${STAGING_HOST_DIR}/bin/mkfimage mkfimage.c
+ $(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o ${STAGING_HOST_DIR}/bin/mkfimage mkfimage.c $(MAKE_TRACE)