From 79d0ea4b7eb201ff8dda3e21240e74662bfa285e Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 9 Jul 2020 19:07:19 +0300 Subject: soc/amd/common: Move lpc_util to verstage_x86 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file seems to be all about PCI configuration access. Change-Id: I1e64d3d7df3caa33ee92961fe7246d03f2707ab4 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/43328 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/lpc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd') diff --git a/src/soc/amd/common/block/lpc/Makefile.inc b/src/soc/amd/common/block/lpc/Makefile.inc index 68e528ffa2..4fbc06161e 100644 --- a/src/soc/amd/common/block/lpc/Makefile.inc +++ b/src/soc/amd/common/block/lpc/Makefile.inc @@ -3,7 +3,7 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_LPC),y) ramstage-y += lpc.c bootblock-y += lpc_util.c -verstage-y += lpc_util.c +verstage_x86-y += lpc_util.c romstage-y += lpc_util.c postcar-y += lpc_util.c ramstage-y += lpc_util.c -- cgit v1.2.3