use BUILD_TIMELESS to avoid timestamps in coreboot when not in a git tree (issue #104)

This commit is contained in:
Trammell Hudson 2017-02-01 13:39:56 -05:00
parent cc8151749e
commit b8508ffe94
Failed to extract signature

View File

@ -20,12 +20,14 @@ coreboot_configure := \
oldconfig \ oldconfig \
obj=./$(BOARD) \ obj=./$(BOARD) \
DOTCONFIG=../../config/coreboot-$(BOARD).config \ DOTCONFIG=../../config/coreboot-$(BOARD).config \
BUILD_TIMELESS=1 \
CFLAGS_x86_32="$(EXTRA_FLAGS)" \ CFLAGS_x86_32="$(EXTRA_FLAGS)" \
CFLAGS_x86_64="$(EXTRA_FLAGS)" \ CFLAGS_x86_64="$(EXTRA_FLAGS)" \
coreboot_target := \ coreboot_target := \
obj=./$(BOARD) \ obj=./$(BOARD) \
DOTCONFIG=../../config/coreboot-$(BOARD).config \ DOTCONFIG=../../config/coreboot-$(BOARD).config \
BUILD_TIMELESS=1 \
CFLAGS_x86_32="$(EXTRA_FLAGS)" \ CFLAGS_x86_32="$(EXTRA_FLAGS)" \
CFLAGS_x86_64="$(EXTRA_FLAGS)" \ CFLAGS_x86_64="$(EXTRA_FLAGS)" \
-j 8 -j 8