payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / google / storm / Makefile.inc
blobb1bcacd5b51ae2918054eae07ca571085374fbd9
1 ## SPDX-License-Identifier: GPL-2.0-only
3 bootblock-y += bootblock.c
4 bootblock-y += cdp.c
5 bootblock-y += mmu.c
6 bootblock-y += reset.c
8 verstage-y += boardid.c
9 verstage-y += cdp.c
10 verstage-y += chromeos.c
11 verstage-y += gsbi.c
12 verstage-y += reset.c
14 romstage-y += romstage.c
15 romstage-y += cdp.c
16 romstage-y += chromeos.c
17 romstage-y += mmu.c
18 romstage-y += reset.c
19 romstage-y += gsbi.c
21 ramstage-y += boardid.c
22 ramstage-y += cdp.c
23 ramstage-y += chromeos.c
24 ramstage-y += mainboard.c
25 ramstage-y += mmu.c
26 ramstage-y += reset.c
27 ramstage-y += gsbi.c