From 1210026bda8ad1fa24d2f0a7625f5b2cd35662ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sun, 10 Sep 2017 08:48:11 +0300 Subject: AGESA buildsystem: Reduce include path exposure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove AGESA_AUTOINCLUDES -list from coreboot proper CPPFLAGS. Couple individual directories are now manually added to complete builds. Change-Id: I2595b87641c70e34e49fedf11b42f4961b0842dd Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21479 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/southbridge/amd/agesa/hudson/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc index 527c9bed7d..89236a6c0a 100644 --- a/src/southbridge/amd/agesa/hudson/Makefile.inc +++ b/src/southbridge/amd/agesa/hudson/Makefile.inc @@ -1,3 +1,7 @@ + +CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/agesa/hudson +CPPFLAGS_x86_64 += -I$(src)/southbridge/amd/agesa/hudson + romstage-y += smbus.c smbus_spd.c ramstage-y += hudson.c ramstage-y += usb.c -- cgit v1.2.3