aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/cimx/sb900
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/cimx/sb900')
-rw-r--r--src/vendorcode/amd/cimx/sb900/Makefile.inc2
-rw-r--r--src/vendorcode/amd/cimx/sb900/SbSubFun.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/vendorcode/amd/cimx/sb900/Makefile.inc b/src/vendorcode/amd/cimx/sb900/Makefile.inc
index f82e674c84..0c62cdde14 100644
--- a/src/vendorcode/amd/cimx/sb900/Makefile.inc
+++ b/src/vendorcode/amd/cimx/sb900/Makefile.inc
@@ -14,11 +14,9 @@
#
CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/cimx/sb900
-CPPFLAGS_x86_32 += -I$(src)/include/cpu/amd/common
CPPFLAGS_x86_32 += -I$(src)/vendorcode/amd/cimx/sb900
CPPFLAGS_x86_64 += -I$(src)/southbridge/amd/cimx/sb900
-CPPFLAGS_x86_64 += -I$(src)/include/cpu/amd/common
CPPFLAGS_x86_64 += -I$(src)/vendorcode/amd/cimx/sb900
romstage-y += AcpiLib.c
diff --git a/src/vendorcode/amd/cimx/sb900/SbSubFun.h b/src/vendorcode/amd/cimx/sb900/SbSubFun.h
index 68574a77dc..41ce7b7a9a 100644
--- a/src/vendorcode/amd/cimx/sb900/SbSubFun.h
+++ b/src/vendorcode/amd/cimx/sb900/SbSubFun.h
@@ -40,7 +40,7 @@
;
;*********************************************************************************/
-#include <cpu/amd/common/cbtypes.h>
+#include "cbtypes.h"
// Southbridge SBMAIN Routines
/**