summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 15:01:42 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 15:01:42 +0000
commit7def55591de471e6fa2e7921dfdf71c84a308cae (patch)
tree24f0802da2e9e2baa6a4e804b9ba7cd33e13cc7c /Makefile
parentc0c804da6ebb4297d4a10fbaf13246956b27768f (diff)
Define date of build as DATE, use in mtd/mtd.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3563e5ae4..d2c4b7183 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ TOPDIR=./
CONFIG_CONFIG_IN = Config.in
CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
+DATE:=$(shell date -u +%Y%m%d)
noconfig_targets := menuconfig config oldconfig randconfig \
defconfig allyesconfig allnoconfig release tags \