blob: cb73c2795a2911fd8b212480dc67da04c8f32b01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# This file is part of the coreboot project.
#
#
# SPDX-License-Identifier: GPL-2.0-only
bootblock-y += bootblock.c
romstage-y += buildOpts.c
romstage-y += BiosCallOuts.c
romstage-y += OemCustomize.c
ramstage-y += buildOpts.c
ramstage-y += BiosCallOuts.c
ramstage-y += OemCustomize.c
|