blob: 6c3b7f4c514a7610f94681add4d5423f5fc7d1ee [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
2
Katie Roberts-Hoffmanb262c722014-10-23 19:14:30 -07003bootblock-y += bootblock.c
4bootblock-y += boardid.c
5bootblock-y += chromeos.c
6bootblock-y += reset.c
7
8verstage-y += boardid.c
9verstage-y += chromeos.c
10verstage-y += reset.c
11
12romstage-y += boardid.c
Patrick Georgif0a97bf2015-06-29 21:57:15 +020013romstage-y += chromeos.c
Katie Roberts-Hoffmanb262c722014-10-23 19:14:30 -070014romstage-y += romstage.c
15romstage-y += sdram_configs.c
16romstage-y += reset.c
17
18ramstage-y += boardid.c
19ramstage-y += chromeos.c
20ramstage-y += mainboard.c
21ramstage-y += reset.c