diff options
| author | Ulf Samuelsson | 2007-07-11 17:01:42 +0200 |
|---|---|---|
| committer | Ulf Samuelsson | 2007-07-11 17:01:42 +0200 |
| commit | 7def55591de471e6fa2e7921dfdf71c84a308cae (patch) | |
| tree | 24f0802da2e9e2baa6a4e804b9ba7cd33e13cc7c /Makefile | |
| parent | Configure linux within target/linux/Config.in instead of within target/device... (diff) | |
| download | buildroot-7def55591de471e6fa2e7921dfdf71c84a308cae.tar.gz buildroot-7def55591de471e6fa2e7921dfdf71c84a308cae.tar.xz buildroot-7def55591de471e6fa2e7921dfdf71c84a308cae.zip | |
Define date of build as DATE, use in mtd/mtd.mk
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
