Skip to content

Commit b8508ff

Browse files
committed
use BUILD_TIMELESS to avoid timestamps in coreboot when not in a git tree (issue #104)
1 parent cc81517 commit b8508ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/coreboot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ coreboot_configure := \
2020
oldconfig \
2121
obj=./$(BOARD) \
2222
DOTCONFIG=../../config/coreboot-$(BOARD).config \
23+
BUILD_TIMELESS=1 \
2324
CFLAGS_x86_32="$(EXTRA_FLAGS)" \
2425
CFLAGS_x86_64="$(EXTRA_FLAGS)" \
2526

2627
coreboot_target := \
2728
obj=./$(BOARD) \
2829
DOTCONFIG=../../config/coreboot-$(BOARD).config \
30+
BUILD_TIMELESS=1 \
2931
CFLAGS_x86_32="$(EXTRA_FLAGS)" \
3032
CFLAGS_x86_64="$(EXTRA_FLAGS)" \
3133
-j 8

0 commit comments

Comments
 (0)