summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/mistral/Makefile.inc
blob: 1cbaa8b3fac90dee34b1832dc8de9b91a0b3679b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SPDX-License-Identifier: GPL-2.0-only

bootblock-y += chromeos.c
bootblock-y += reset.c
bootblock-y += bootblock.c

verstage-y += chromeos.c
verstage-y += reset.c
verstage-y += verstage.c

romstage-y += chromeos.c
romstage-y += reset.c
romstage-y += romstage.c

ramstage-y += chromeos.c
ramstage-y += reset.c
ramstage-y += mainboard.c