[coreboot-gerrit] New patch to review for coreboot: 53040cc agesa: drop non-existing search paths

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sun May 18 23:10:50 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5784

-gerrit

commit 53040cc122a120e6ca789d1f497275010d24c3c5
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sun May 18 23:09:53 2014 +0200

    agesa: drop non-existing search paths
    
    With the upcoming CC/CFLAGS/CPPFLAGS split,
    romcc gets more CPPFLAGS, and it's picky about
    directories actually existing.
    
    Change-Id: Ib9c525296e5be0c8ace935ab8096bc98206cbcc1
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/vendorcode/amd/agesa/f12/Makefile.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/vendorcode/amd/agesa/f12/Makefile.inc b/src/vendorcode/amd/agesa/f12/Makefile.inc
index 255ba24..5141471 100644
--- a/src/vendorcode/amd/agesa/f12/Makefile.inc
+++ b/src/vendorcode/amd/agesa/f12/Makefile.inc
@@ -44,8 +44,6 @@ AGESA_INC += -I$(AGESA_ROOT)/Proc/Recovery/CPU
 AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Family/0x12
 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Nb
 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Common
-AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Family/0x12
-AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Internal/Family/0x12
 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbCommonLib
 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB
 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Gfx
@@ -68,7 +66,6 @@ AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/PCIe/Family/LN
 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/PCIe/Feature
 AGESA_INC += -I$(AGESA_ROOT)/Proc/HT
 AGESA_INC += -I$(AGESA_ROOT)/Proc/HT/Fam12
-AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Control
 AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem/Feat/CHINTLV
 AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem/Feat/CSINTLV
 AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem/Feat/ECC



More information about the coreboot-gerrit mailing list