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 <maximilian.brune@9elements.com> Change-Id: I78996cd35085c7649c4952d9b121957c8cedd84b Reviewed-on: https://review.coreboot.org/c/coreboot/+/86865 Reviewed-by: Andy Ebrahiem <ahmet.ebrahiem@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
8c10359377
commit
28fafc0f23
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue