diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-02 19:10:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-02 19:10:14 +0000 |
commit | b070b74f1fe7b72a1d62c51eef6309fe01185e61 (patch) | |
tree | 692008ef3aa78aa9003b37e34ef557a93b6e15bc /target/linux/adm5120-2.6/image | |
parent | 9a1350fdc1bbb3f058e2be18f76c277e0a5b7c2d (diff) | |
download | mtk-20170518-b070b74f1fe7b72a1d62c51eef6309fe01185e61.zip mtk-20170518-b070b74f1fe7b72a1d62c51eef6309fe01185e61.tar.gz mtk-20170518-b070b74f1fe7b72a1d62c51eef6309fe01185e61.tar.bz2 |
fix a glitch in the status output of the non-verbose builds for adm5120
SVN-Revision: 7856
Diffstat (limited to 'target/linux/adm5120-2.6/image')
-rw-r--r-- | target/linux/adm5120-2.6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/image/Makefile b/target/linux/adm5120-2.6/image/Makefile index ae869f6..732b82d 100644 --- a/target/linux/adm5120-2.6/image/Makefile +++ b/target/linux/adm5120-2.6/image/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk IMGNAME = $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL) -LOADER_MAKE = $(MAKE) -C lzma-loader KDIR=$(KDIR) +LOADER_MAKE = $(NO_TRACE_MAKE) -C lzma-loader KDIR=$(KDIR) define Image/Build/Loader $(LOADER_MAKE) LOADER=loader-$(1).$(2) LOADER_DATA="" \ |