vc/amd/pi/00670F00: fix #include paths to only use <amdblocks/header.h>
Ensure that soc/amd/common/blocks/include is the only #include path for the AMD common code. This removes the duplicate soc/amd/common include as well using the correct #include header in AGESA.c. BUG=b:69262110 Change-Id: I50d85b28514fd905df415f0cc052b9924ee4e741 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/22828 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
318a03a417
commit
49ec3f0a5f
3 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
ifeq ($(CONFIG_SOC_AMD_COMMON),y)
|
||||
|
||||
CPPFLAGS_common += -I$(src)/soc/amd/common
|
||||
|
||||
subdirs-$(CONFIG_SOC_AMD_COMMON_BLOCK) += block
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue