aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/romstage/Makefile.inc
blob: 52029fcf78d15c1d18e2bffd3ef5974ade314f4f (plain)
1
2
3
4
5
6
7
8
9
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-$(CONFIG_INTEL_PCH_UART_CONSOLE) += uart.c