soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / google / nyan / Makefile.mk
blob190cfc5127c5a318faec7ac54821cfe28fbb347f
1 ## SPDX-License-Identifier: GPL-2.0-only
3 # Add a handler for BCT config files
4 $(call add-special-class,bct-cfg)
5 bct-cfg-handler= $(eval $(obj)/generated/bct.cfg: $(1)$(2))
7 $(obj)/generated/bct.cfg:
8 @printf " CAT $(subst $(obj)/,,$(@))\n"
9 cat $^ > $@
11 subdirs-y += bct
13 bootblock-y += boardid.c
14 bootblock-y += bootblock.c
15 bootblock-y += pmic.c
16 bootblock-y += reset.c
18 romstage-y += reset.c
19 romstage-y += romstage.c
20 romstage-y += sdram_configs.c
21 romstage-$(CONFIG_CHROMEOS) += chromeos.c
22 romstage-y += early_configs.c
24 ramstage-y += reset.c
25 ramstage-y += boardid.c
26 ramstage-y += mainboard.c
27 ramstage-$(CONFIG_CHROMEOS) += chromeos.c
29 verstage-y += reset.c
30 verstage-$(CONFIG_CHROMEOS) += chromeos.c
31 verstage-y += early_configs.c