summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/romstage/Makefile.inc
blob: 99f72bd42949db22fa51a83608858557cbc7177e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#
#
# SPDX-License-Identifier: GPL-2.0-only

romstage-y += car.c
romstage-$(CONFIG_DISPLAY_UPD_DATA) += debug.c
romstage-y += fsp_params.c
romstage-y += mtrr.c
romstage-y += pcie.c
romstage-y += report_platform.c
romstage-y += romstage.c
romstage-y += ../../../../cpu/intel/car/romstage.c

postcar-y += mtrr.c