aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/romstage/Makefile.inc
blob: ae0f9806fd09a69f93a48001664600cc7aba580f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cpu_incs += $(src)/soc/intel/broadwell/romstage/cache_as_ram.inc

romstage-y += cpu.c
romstage-y += pch.c
romstage-y += power_state.c
romstage-y += raminit.c
romstage-y += report_platform.c
romstage-y += romstage.c
romstage-y += smbus.c
romstage-y += spi.c
romstage-y += stack.c
romstage-y += systemagent.c
romstage-$(CONFIG_DRIVERS_UART_8250MEM) += uart.c