mb/google/fatcat: Create francka variant
[coreboot.git] / src / cpu / intel / model_206ax / Makefile.mk
blobe6e6e37fd252641c78a901ef2a47072fb6d2fc1d
1 ## SPDX-License-Identifier: GPL-2.0-only
3 ramstage-y += model_206ax_init.c
4 subdirs-y += ../../x86/name
5 subdirs-y += ../smm/gen1
7 subdirs-y += ../microcode
8 subdirs-y += ../turbo
10 ramstage-y += acpi.c
12 smm-y += finalize.c
14 cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-2a-*)
15 cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-3a-*)
17 bootblock-y += bootblock.c
18 bootblock-y += ../car/non-evict/cache_as_ram.S
19 bootblock-y += ../../x86/early_reset.S
20 bootblock-y += ../car/bootblock.c
22 postcar-y += ../car/non-evict/exit_car.S
24 romstage-y += ../car/romstage.c