diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-24 08:20:51 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-26 09:23:27 +0000 |
commit | d42b799a9ecc10d23e2581a1c6c02f3a2d4857a7 (patch) | |
tree | 4c1da8403b9603d066519263cd9352dcc1b7dade /src/vendorcode/amd/cimx | |
parent | 87df26731eef23c44aa8d9ad92a7ed89d6fbd2ca (diff) |
AGESA: Fix OptionsIds.h include
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 <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21661
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode/amd/cimx')
-rw-r--r-- | src/vendorcode/amd/cimx/rd890/Makefile.inc | 2 | ||||
-rw-r--r-- | src/vendorcode/amd/cimx/sb700/Makefile.inc | 2 | ||||
-rw-r--r-- | src/vendorcode/amd/cimx/sb800/Makefile.inc | 2 | ||||
-rw-r--r-- | src/vendorcode/amd/cimx/sb900/Makefile.inc | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/vendorcode/amd/cimx/rd890/Makefile.inc b/src/vendorcode/amd/cimx/rd890/Makefile.inc index 7ce625a9d9..670d26c5e8 100644 --- a/src/vendorcode/amd/cimx/rd890/Makefile.inc +++ b/src/vendorcode/amd/cimx/rd890/Makefile.inc @@ -27,12 +27,10 @@ # #***************************************************************************** -CPPFLAGS_x86_32 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_32 += -I$(src)/northbridge/amd/cimx/rd890 CPPFLAGS_x86_32 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_32 += -I$(src)/vendorcode/amd/cimx/rd890 -CPPFLAGS_x86_64 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_64 += -I$(src)/northbridge/amd/cimx/rd890 CPPFLAGS_x86_64 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_64 += -I$(src)/vendorcode/amd/cimx/rd890 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 diff --git a/src/vendorcode/amd/cimx/sb800/Makefile.inc b/src/vendorcode/amd/cimx/sb800/Makefile.inc index 9090ecbd48..d7cf136e11 100644 --- a/src/vendorcode/amd/cimx/sb800/Makefile.inc +++ b/src/vendorcode/amd/cimx/sb800/Makefile.inc @@ -13,12 +13,10 @@ # GNU General Public License for more details. # -CPPFLAGS_x86_32 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/cimx/sb800 CPPFLAGS_x86_32 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_32 += -I$(src)/vendorcode/amd/cimx/sb800 -CPPFLAGS_x86_64 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_64 += -I$(src)/southbridge/amd/cimx/sb800 CPPFLAGS_x86_64 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_64 += -I$(src)/vendorcode/amd/cimx/sb800 diff --git a/src/vendorcode/amd/cimx/sb900/Makefile.inc b/src/vendorcode/amd/cimx/sb900/Makefile.inc index c20f06276a..f82e674c84 100644 --- a/src/vendorcode/amd/cimx/sb900/Makefile.inc +++ b/src/vendorcode/amd/cimx/sb900/Makefile.inc @@ -13,12 +13,10 @@ # GNU General Public License for more details. # -CPPFLAGS_x86_32 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/cimx/sb900 CPPFLAGS_x86_32 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_32 += -I$(src)/vendorcode/amd/cimx/sb900 -CPPFLAGS_x86_64 += -I$(src)/mainboard/$(MAINBOARDDIR) CPPFLAGS_x86_64 += -I$(src)/southbridge/amd/cimx/sb900 CPPFLAGS_x86_64 += -I$(src)/include/cpu/amd/common CPPFLAGS_x86_64 += -I$(src)/vendorcode/amd/cimx/sb900 |