blob: c305b7837e2729310dbab03a6e0faec841c70efb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
romstage-y += chromeos.c
ramstage-y += chromeos.c
verstage-$(CONFIG_VBOOT_SEPARATE_VERSTAGE) += chromeos.c
smm-y += mainboard_smi.c
|