xref: /aosp_15_r20/external/coreboot/src/mainboard/google/mistral/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3bootblock-y += chromeos.c
4bootblock-y += reset.c
5bootblock-y += bootblock.c
6
7verstage-y += chromeos.c
8verstage-y += reset.c
9verstage-y += verstage.c
10
11romstage-y += chromeos.c
12romstage-y += reset.c
13romstage-y += romstage.c
14
15ramstage-y += chromeos.c
16ramstage-y += reset.c
17ramstage-y += mainboard.c
18