Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
f46810171a58ee974ff8d71e84936eb7df0b47e1
/
.
/
src
/
ec
/
lenovo
/
h8
/
Makefile.inc
blob: 3d218fde743fe57a90de62e378551678c83b66a2 [
file
] [
log
] [
blame
]
ifeq
(
$
(
CONFIG_EC_LENOVO_H8
),
y
)
ifneq
(
$
(
filter y
,
$
(
CONFIG_H8_BEEP_ON_DEATH
)
$
(
CONFIG_H8_FLASH_LEDS_ON_DEATH
)),)
romstage
-
y
+=
panic
.
c
ramstage
-
y
+=
panic
.
c
endif
ramstage
-
y
+=
h8
.
c
ramstage
-
y
+=
bluetooth
.
c
ramstage
-
y
+=
wwan
.
c
smm
-
y
+=
smm
.
c
endif