From 2b847cfd683f0cb120db9a0093c56b66be79e17e Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Sat, 15 Mar 2025 16:10:15 +0100 Subject: [PATCH] soc/amd/*/psp_verstage: Remove duplicate verstage-generic-ccopts Also remove include folders that don't even exist. Signed-off-by: Maximilian Brune Change-Id: Ic64f5187e50b903af5461bfa4d57bb4951d3b501 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86864 Reviewed-by: Ana Carolina Cabral Reviewed-by: Andy Ebrahiem Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/cezanne/psp_verstage/Makefile.mk | 2 -- src/soc/amd/glinda/psp_verstage/Makefile.mk | 2 -- src/soc/amd/mendocino/psp_verstage/Makefile.mk | 2 -- src/soc/amd/phoenix/psp_verstage/Makefile.mk | 1 - 4 files changed, 7 deletions(-) diff --git a/src/soc/amd/cezanne/psp_verstage/Makefile.mk b/src/soc/amd/cezanne/psp_verstage/Makefile.mk index bb9cc4740d..36cffdf84f 100644 --- a/src/soc/amd/cezanne/psp_verstage/Makefile.mk +++ b/src/soc/amd/cezanne/psp_verstage/Makefile.mk @@ -2,8 +2,6 @@ verstage-generic-ccopts += -I$(src)/vendorcode/amd/psp_verstage/cezanne/include -verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include - subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += ../../common/psp_verstage verstage-y += svc.c diff --git a/src/soc/amd/glinda/psp_verstage/Makefile.mk b/src/soc/amd/glinda/psp_verstage/Makefile.mk index f8ad7366c5..a11f053300 100644 --- a/src/soc/amd/glinda/psp_verstage/Makefile.mk +++ b/src/soc/amd/glinda/psp_verstage/Makefile.mk @@ -4,8 +4,6 @@ ifeq $($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y) subdirs-y += ../../common/psp_verstage -verstage-generic-ccopts += -I$(src)/soc/amd/glinda/psp_verstage/include -verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/glinda/include verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/common/include diff --git a/src/soc/amd/mendocino/psp_verstage/Makefile.mk b/src/soc/amd/mendocino/psp_verstage/Makefile.mk index 347f26af6f..cc197094be 100644 --- a/src/soc/amd/mendocino/psp_verstage/Makefile.mk +++ b/src/soc/amd/mendocino/psp_verstage/Makefile.mk @@ -2,8 +2,6 @@ verstage-generic-ccopts += -I$(src)/vendorcode/amd/psp_verstage/mendocino/include -verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include - subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += ../../common/psp_verstage verstage-y += svc.c diff --git a/src/soc/amd/phoenix/psp_verstage/Makefile.mk b/src/soc/amd/phoenix/psp_verstage/Makefile.mk index fc9f413bc7..7571b1d489 100644 --- a/src/soc/amd/phoenix/psp_verstage/Makefile.mk +++ b/src/soc/amd/phoenix/psp_verstage/Makefile.mk @@ -2,7 +2,6 @@ subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += ../../common/psp_verstage -verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/phoenix/include verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/common/include