summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-29 20:19:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-29 22:57:11 +0200
commita84aef85fda6d4ff714d27b9882df5e8d6c77166 (patch)
tree407301922f20a58a488ae51950aa048628e463d7 /rules/busybox.make
parentfdee2b7f44597526da82890a5c8fad16ef46ea0a (diff)
downloadptxdist-a84aef85fda6d4ff714d27b9882df5e8d6c77166.tar.gz
ptxdist-a84aef85fda6d4ff714d27b9882df5e8d6c77166.tar.xz
ptxdist: add --verbose option and start using it
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/busybox.make')
-rw-r--r--rules/busybox.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index 8aebb44f2..ea38b46af 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -48,6 +48,7 @@ $(STATEDIR)/busybox.prepare:
@$(call touch)
BUSYBOX_MAKE_OPT := \
+ V=$(PTXDIST_VERBOSE) \
ARCH=$(PTXCONF_ARCH_STRING) \
SUBARCH=$(PTXCONF_ARCH_STRING) \
CROSS_COMPILE=$(COMPILER_PREFIX) \