Skip to content

Commit

Permalink
use BUILD_TIMELESS to avoid timestamps in coreboot when not in a git …
Browse files Browse the repository at this point in the history
…tree (issue #104)
  • Loading branch information
osresearch committed Feb 1, 2017
1 parent cc81517 commit b8508ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/coreboot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8508ff

Please sign in to comment.