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

romstage-y += cpu.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
romstage-y += uart.c