From 28fafc0f23e7db846798737a354f847ec4dea0a7 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Sat, 15 Mar 2025 16:12:45 +0100 Subject: [PATCH] soc/amd/glinda/psp_verstage/Makefile.mk: Fix incorrect syntax Must have been accidentally happened when copying phoenix to glinda. Signed-off-by: Maximilian Brune Change-Id: I78996cd35085c7649c4952d9b121957c8cedd84b Reviewed-on: https://review.coreboot.org/c/coreboot/+/86865 Reviewed-by: Andy Ebrahiem Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Angel Pons Reviewed-by: Felix Singer --- src/soc/amd/glinda/psp_verstage/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/glinda/psp_verstage/Makefile.mk b/src/soc/amd/glinda/psp_verstage/Makefile.mk index a11f053300..add7e07361 100644 --- a/src/soc/amd/glinda/psp_verstage/Makefile.mk +++ b/src/soc/amd/glinda/psp_verstage/Makefile.mk @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only -ifeq $($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y) +ifeq ($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y) subdirs-y += ../../common/psp_verstage