cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / foster / Makefile.mk
blob7deae3e00910641d188fb87a5e5bf30131f601a5
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 += bootblock.c
14 bootblock-y += pmic.c
15 bootblock-y += reset.c
17 verstage-y += chromeos.c
18 verstage-y += reset.c
20 romstage-y += reset.c
21 romstage-y += romstage.c
22 romstage-y += chromeos.c
23 romstage-y += sdram_configs.c
25 ramstage-y += boardid.c
26 ramstage-y += mainboard.c
27 ramstage-y += reset.c
28 ramstage-y += chromeos.c
29 ramstage-y += sdram_configs.c