summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonello Dettori <dev@dettori.io>2016-08-21 10:51:53 +0200
committerMartin Roth <martinroth@google.com>2016-09-13 17:26:21 +0200
commita1e1e5c7e3d85643228aeee24dda8e3e2eb325bd (patch)
tree39a06aa4916fd728c32722f8d7b5179820b6eca2
parenta422ffc53490b232a4c72cd499d9f9e58d8521cf (diff)
downloadcoreboot-a1e1e5c7e3d85643228aeee24dda8e3e2eb325bd.tar.xz
i945.h: fix #include path
Fix the #include path. Change-Id: Ifefb2faef6e4fc87152acb21c37dd87e7c14645c Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16294 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r--src/northbridge/intel/i945/i945.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/i945.h b/src/northbridge/intel/i945/i945.h
index a7a3c5ccd3..1686acc0f9 100644
--- a/src/northbridge/intel/i945/i945.h
+++ b/src/northbridge/intel/i945/i945.h
@@ -28,7 +28,7 @@
#endif
#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
-#include "../../../southbridge/intel/i82801gx/i82801gx.h"
+#include <southbridge/intel/i82801gx/i82801gx.h>
/* Everything below this line is ignored in the DSDT */
#ifndef __ACPI__