soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git] / src / soc / intel / common / block / gpmr / Makefile.mk
blobbfaec52c7683097e58850e47c7b52de711bb77dd
1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_GPMR), y)
4 bootblock-y += gpmr.c
5 romstage-y += gpmr.c
6 ramstage-y += gpmr.c
8 endif