summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-11 20:08:07 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-11-12 09:31:56 +0100
commit4bf6e5c79f37d54c1a95f0b5be2f682ae75625c1 (patch)
tree7330708028ece8b27a05cb92f38574e2cb7511cf /rules/busybox.make
parent7b994851b11d40a097c6263acca0434abfa86ac8 (diff)
downloadptxdist-4bf6e5c79f37d54c1a95f0b5be2f682ae75625c1.tar.gz
ptxdist-4bf6e5c79f37d54c1a95f0b5be2f682ae75625c1.tar.xz
busybox: don't add timestamp the the binary
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 7f58dc418..bd52c3bf0 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -45,6 +45,7 @@ $(STATEDIR)/busybox.prepare:
@$(call touch)
BUSYBOX_MAKE_OPT := \
+ KCONFIG_NOTIMESTAMP=1 \
V=$(PTXDIST_VERBOSE) \
ARCH=$(PTXCONF_ARCH_STRING) \
SUBARCH=$(PTXCONF_ARCH_STRING) \