From b639bef83644a13ae8864095c8635c722bd37754 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Fri, 22 Sep 2017 18:16:27 -0600 Subject: soc/amd/common: Add included directory If the symbol SOC_AMD_COMMON is selected, include the soc/amd/common directory. Until now this has been working due to the directory being included as part of AGESA_INC in vendorcode. That one is still necessary in order to build the AGESA code so it is left in place for now. Change-Id: Ia8191897d2030c475c9268ae86faaf01952c6ace Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/21738 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/common/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/common/Makefile.inc b/src/soc/amd/common/Makefile.inc index e11695bef3..aa27512a05 100644 --- a/src/soc/amd/common/Makefile.inc +++ b/src/soc/amd/common/Makefile.inc @@ -1,5 +1,7 @@ ifeq ($(CONFIG_SOC_AMD_COMMON),y) +CPPFLAGS_common += -I$(src)/soc/amd/common + bootblock-y += agesawrapper.c bootblock-y += def_callouts.c bootblock-y += heapmanager.c -- cgit v1.2.3