summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/romstage/Makefile.inc
blob: 877712f58efa627357ed1d485a49affeb55e3660 (plain)
1
2
3
4
5
6
7
8
9
verstage-y += power_state.c

romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += car_stage.S
romstage-y += pmc.c
romstage-y += power_state.c
romstage-$(CONFIG_PLATFORM_USES_FSP1_1) += romstage.c
romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += romstage_fsp20.c
romstage-y += spi.c
romstage-y += systemagent.c