aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/romstage/Makefile.inc
blob: 98d87a49653f83bfd76b566c44d36089f6a7583a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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