mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
use BUILD_TIMELESS to avoid timestamps in coreboot when not in a git tree (issue #104)
This commit is contained in:
parent
cc8151749e
commit
b8508ffe94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user