xref: /aosp_15_r20/external/coreboot/src/cpu/qemu-x86/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-or-later
2
3bootblock-y += cache_as_ram_bootblock.S
4bootblock-y += bootblock.c
5
6romstage-y += ../intel/car/romstage.c
7
8ramstage-y += qemu.c
9