aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/romstage/Makefile.inc
blob: 7a13084bf56a3a69f65bbb31433d451d106e0094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bootblock-y += cpu.c
bootblock-y += i2c.c
bootblock-y += pch.c
bootblock-y += report_platform.c
bootblock-y += smbus.c

verstage-y += power_state.c

romstage-y += cpu.c
romstage-y += i2c.c
romstage-y += pch.c
romstage-y += power_state.c
romstage-y += report_platform.c
romstage-y += romstage.c
romstage-y += smbus.c
romstage-y += spi.c
romstage-y += systemagent.c