aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/romstage/Makefile.inc
blob: 161781285c102b013fc2a2239d4ff0ae81dc380f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cpu_incs-y += $(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