summaryrefslogtreecommitdiff
path: root/src/cpu/qemu-x86/Makefile.inc
blob: 1b1b60343eae66a5f8349dbdeb897d0f8b93ec37 (plain)
1
2
3
4
5
6
7
8
9
10
11
## 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