Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9174
-gerrit
commit b76ccc5f0f1541859f8b653c53e337cfa721518e Author: Patrick Georgi pgeorgi@chromium.org Date: Tue Mar 31 00:22:38 2015 +0200
amd/pi/hudson: INCLUDES was renamed to CPPFLAGS_common
And this path is already included properly elsewhere.
Change-Id: I9fc6887fc047a9df1c4cb6fa4f841abb16f6d548 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/southbridge/amd/pi/hudson/Makefile.inc | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc index e0b26f8..c66d541 100644 --- a/src/southbridge/amd/pi/hudson/Makefile.inc +++ b/src/southbridge/amd/pi/hudson/Makefile.inc @@ -28,8 +28,6 @@ # #*****************************************************************************
-INCLUDES += -Isrc/southbridge/amd/pi/hudson - romstage-y += smbus.c smbus_spd.c ramstage-y += hudson.c ramstage-y += usb.c