summaryrefslogtreecommitdiff
path: root/src/cpu/qemu-x86/Makefile.inc
blob: f4d30521f58d404ad7063417ea578dc59fed892d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-or-later

bootblock-y += cache_as_ram_bootblock.S
bootblock-y += bootblock.c

romstage-y += ../intel/car/romstage.c

ramstage-y += qemu.c

subdirs-y += ../x86/mtrr
subdirs-y += ../x86/lapic
subdirs-y += ../x86/smm
subdirs-y += ../x86/tsc