From d42b799a9ecc10d23e2581a1c6c02f3a2d4857a7 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 24 Sep 2017 08:20:51 +0300 Subject: AGESA: Fix OptionsIds.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix regression of IDS debugging after commit 1210026 AGESA buildsystem: Reduce include path exposure Mainboard directory was removed from libagesa includes path here, and this resulted with fam15tn and fam16kb using a template OptionsIds.h file under vendorcode/ instead. Add mainboard directory back to include path of libagesa and remove those (empty) template files. Change-Id: Iee4341a527b4c152269565cac85e52db44503ea6 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21661 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/vendorcode/amd/cimx/sb700/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vendorcode/amd/cimx/sb700/Makefile.inc') diff --git a/src/vendorcode/amd/cimx/sb700/Makefile.inc b/src/vendorcode/amd/cimx/sb700/Makefile.inc index 760423333b..1d7ccd1494 100644 --- a/src/vendorcode/amd/cimx/sb700/Makefile.inc +++ b/src/vendorcode/amd/cimx/sb700/Makefile.inc @@ -27,12 +27,10 @@ # #***************************************************************************** -CPPFLAGS_x86_32 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/cimx/sb700 CPPFLAGS_x86_32 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_32 += -I$(src)/vendorcode/amd/cimx/sb700 -CPPFLAGS_x86_64 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_64 += -I$(src)/southbridge/amd/cimx/sb700 CPPFLAGS_x86_64 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_64 += -I$(src)/vendorcode/amd/cimx/sb700 -- cgit v1.2.3