mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +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 \
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user