From d459e235f9c0d2e7e455238c2d95cb05e72f2e53 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Feb 2011 13:40:29 +0100 Subject: non verbose output should be quiet --- target/cris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/cris') 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) -- cgit v1.2.3