summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/mistral/Makefile.inc
blob: 48faadf2e8307c4439198d6d4c8c7786c3d5af4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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