[coreboot-gerrit] New patch to review for coreboot: 77521a6 vendorcode/amd/agesa/f10/Makefile.inc: Fix typo

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Mon Dec 8 09:18:32 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7715

-gerrit

commit 77521a6856ff9698188dd3d2b3bab7fd4c1f55ff
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Dec 8 19:17:36 2014 +1100

    vendorcode/amd/agesa/f10/Makefile.inc: Fix typo
    
    Change-Id: Ib605575a89ea0f8f67bc27638f039e3647aea3ef
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/vendorcode/amd/agesa/f10/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/amd/agesa/f10/Makefile.inc b/src/vendorcode/amd/agesa/f10/Makefile.inc
index b6b2c77..eb1fbda 100644
--- a/src/vendorcode/amd/agesa/f10/Makefile.inc
+++ b/src/vendorcode/amd/agesa/f10/Makefile.inc
@@ -22,7 +22,7 @@
 # AGESA V5 Files
 AGESA_ROOT = src/vendorcode/amd/agesa/f10
 
-AGESA_INC  = -I$(src)/mainboard/$(MAINBOARDDIR)
+AGESA_INC  = -Isrc/mainboard/$(MAINBOARDDIR)
 AGESA_INC += -I$(AGESA_ROOT)
 AGESA_INC += -I$(AGESA_ROOT)/../common
 AGESA_INC += -I$(AGESA_ROOT)/Include



More information about the coreboot-gerrit mailing list