We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc81517 commit b8508ffCopy full SHA for b8508ff
modules/coreboot
@@ -20,12 +20,14 @@ coreboot_configure := \
20
oldconfig \
21
obj=./$(BOARD) \
22
DOTCONFIG=../../config/coreboot-$(BOARD).config \
23
+ BUILD_TIMELESS=1 \
24
CFLAGS_x86_32="$(EXTRA_FLAGS)" \
25
CFLAGS_x86_64="$(EXTRA_FLAGS)" \
26
27
coreboot_target := \
28
29
30
31
32
33
-j 8
0 commit comments