payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / google / cherry / Makefile.inc
blobe1e363c4ede0176c80f65a55346166ea629e5b2f
1 bootblock-y += memlayout.ld
2 bootblock-y += bootblock.c
3 bootblock-y += chromeos.c
5 verstage-y += memlayout.ld
6 verstage-y += chromeos.c
7 verstage-y += reset.c
9 romstage-y += memlayout.ld
10 romstage-y += boardid.c
11 romstage-y += chromeos.c
12 romstage-y += regulator.c
13 romstage-y += romstage.c
14 romstage-y += sdram_configs.c
16 ramstage-y += memlayout.ld
17 ramstage-y += boardid.c
18 ramstage-y += chromeos.c
19 ramstage-y += mainboard.c
20 ramstage-y += regulator.c
21 ramstage-y += reset.c