soc/amd/*/psp_verstage: Remove duplicate verstage-generic-ccopts
Also remove include folders that don't even exist. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: Ic64f5187e50b903af5461bfa4d57bb4951d3b501 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86864 Reviewed-by: Ana Carolina Cabral <ana.cpmelo95@gmail.com> 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>
This commit is contained in:
parent
66d119480c
commit
2b847cfd68
4 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue