diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-09-04 16:03:07 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2015-09-05 15:26:37 +0000 |
commit | 541b567167620c96de29c3bd1aec14c6742ae2b6 (patch) | |
tree | 5b7d0f41b07a4aadc2e33208642a228affd6ed08 /src/mainboard/amd | |
parent | 649901e8e882d5aa14e94e4de611867ca678866b (diff) |
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@chromium.org>
Reviewed-on: http://review.coreboot.org/11512
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/thatcher/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/romstage.c b/src/mainboard/amd/thatcher/romstage.c index 69614e1386..6ab4e4ff31 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" |