soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / emulation / qemu-q35 / Makefile.mk
blobc1619f5edec9c273313b7c5faa26f1a511210906
1 ## SPDX-License-Identifier: GPL-2.0-only
3 bootblock-y += bootblock.c
4 bootblock-y += memmap.c
6 romstage-y += ../qemu-i440fx/memmap.c
7 romstage-y += memmap.c
9 postcar-y += ../qemu-i440fx/memmap.c
10 postcar-y += ../qemu-i440fx/exit_car.S
11 postcar-y += memmap.c
13 ramstage-y += ../qemu-i440fx/memmap.c
14 ramstage-y += ../qemu-i440fx/northbridge.c
15 ramstage-y += ../qemu-i440fx/rom_media.c
16 ramstage-y += memmap.c
17 ramstage-y += cpu.c
19 all-y += ../qemu-i440fx/fw_cfg.c
20 all-y += ../qemu-i440fx/bootmode.c
22 ramstage-$(CONFIG_CHROMEOS) += chromeos.c
24 smm-y += ../qemu-i440fx/rom_media.c
25 smm-y += memmap.c
26 smm-y += smihandler.c