From b8508ffe94dba12d64fef8805b8b2d2b0fde4a38 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 1 Feb 2017 13:39:56 -0500 Subject: [PATCH] use BUILD_TIMELESS to avoid timestamps in coreboot when not in a git tree (issue #104) --- modules/coreboot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/coreboot b/modules/coreboot index a0ae51ab..57df65f4 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -20,12 +20,14 @@ coreboot_configure := \ oldconfig \ obj=./$(BOARD) \ DOTCONFIG=../../config/coreboot-$(BOARD).config \ + BUILD_TIMELESS=1 \ CFLAGS_x86_32="$(EXTRA_FLAGS)" \ CFLAGS_x86_64="$(EXTRA_FLAGS)" \ coreboot_target := \ obj=./$(BOARD) \ DOTCONFIG=../../config/coreboot-$(BOARD).config \ + BUILD_TIMELESS=1 \ CFLAGS_x86_32="$(EXTRA_FLAGS)" \ CFLAGS_x86_64="$(EXTRA_FLAGS)" \ -j 8