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>
This commit is contained in:
Aaron Durbin 2015-09-04 16:03:07 -05:00
parent 649901e8e8
commit 541b567167
1 changed files with 1 additions and 1 deletions

View File

@ -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"