summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/acpi/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-04-01 01:31:24 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-04-04 19:18:29 +0000
commitf008e0af165bc5ebedd1baabff896ddf9db21598 (patch)
treed5bb415c1f17ad724bceb3b376b3a91ca1743ba2 /src/soc/amd/common/block/acpi/Makefile.inc
parent0d20e3c72050cb8a33b2c076a8a64de9590d0421 (diff)
downloadcoreboot-f008e0af165bc5ebedd1baabff896ddf9db21598.tar.gz
coreboot-f008e0af165bc5ebedd1baabff896ddf9db21598.tar.bz2
coreboot-f008e0af165bc5ebedd1baabff896ddf9db21598.zip
soc/amd/*/Makefile: use all_x86 target
Use the newly introduced 'all_x86' make target to add the compilation unit to all stages that run on the x86 cores, but not to verstage on PSP. TEST=Timeless builds for Mandolin without verstage on PSP and Guybrush with verstage on PSP result in identical images with and without this patch applied. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I94de6de5a4c7723065a4eb1b7149f9933ef134a1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74151 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/soc/amd/common/block/acpi/Makefile.inc')
-rw-r--r--src/soc/amd/common/block/acpi/Makefile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/soc/amd/common/block/acpi/Makefile.inc b/src/soc/amd/common/block/acpi/Makefile.inc
index cf1e9c1a1489..a0d92907a470 100644
--- a/src/soc/amd/common/block/acpi/Makefile.inc
+++ b/src/soc/amd/common/block/acpi/Makefile.inc
@@ -1,11 +1,7 @@
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_ACPI),y)
-bootblock-y += acpi.c
-verstage_x86-y += acpi.c
-romstage-y += acpi.c
-ramstage-y += acpi.c
-postcar-y += acpi.c
+all_x86-y += acpi.c
smm-y += acpi.c
ramstage-y += pm_state.c