[coreboot-gerrit] New patch to review for coreboot: amd/thatcher: include .c files with the right path

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Fri Sep 4 21:08:42 CET 2015


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11512

-gerrit

commit 5684d010a125e9bc560e6967e5847a85cfdb7094
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Sep 4 16:03:07 2015 -0500

    amd/thatcher: include .c files with the right path
    
    The #include path during compilation already has '-I src'.
    Don't encode the src part of a path.
    
    BUG=chrome-os-partner:44827
    BRANCH=None
    TEST=Built amd/thatcher while compiling romstage.c with C compiler..
    
    Change-Id: If4fb1064a246b4fc11a958b07a0b76d9f9673898
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/amd/thatcher/romstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/amd/thatcher/romstage.c b/src/mainboard/amd/thatcher/romstage.c
index 69614e1..6ab4e4f 100644
--- a/src/mainboard/amd/thatcher/romstage.c
+++ b/src/mainboard/amd/thatcher/romstage.c
@@ -34,7 +34,7 @@
 #include <cpu/x86/bist.h>
 #include <cpu/x86/lapic.h>
 #include <southbridge/amd/agesa/hudson/hudson.h>
-#include "src/superio/smsc/lpc47n217/early_serial.c"
+#include <superio/smsc/lpc47n217/early_serial.c>
 #include <cpu/amd/agesa/s3_resume.h>
 #include "cbmem.h"
 



More information about the coreboot-gerrit mailing list