blob: 532c57fac19704ceaea1331d1562aa1a9a31d431 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# This file is part of the coreboot project.
#
#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += dimmSpd.c
ramstage-y += northbridge.c
romstage-y += state_machine.c
ramstage-y += state_machine.c
|