repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git]
/
src
/
mainboard
/
google
/
zork
/
variants
/
baseboard
/
Makefile.mk
blob
21d6a8f9cf4507d0f3d6fe75674c789aecc531dc
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
all-y
+=
helpers.c
4
5
ramstage-y
+=
ramstage_common.c
6
7
# Add OEM ID table
8
ifeq
($(
CONFIG_USE_OEM_BIN
),
y
)
9
cbfs-files-y
+=
oem.bin
10
oem.bin-file
:= $(
call strip_quotes
,$(
CONFIG_OEM_BIN_FILE
))
11
oem.bin-type
:=
raw
12
endif
#($(CONFIG_USE_OEM_BIN),y)