diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-03-31 00:22:38 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-01 20:53:27 +0200 |
commit | 2e1f18336dd4f955e42e8bbe18dbd45b3a3bd85d (patch) | |
tree | f9b859513569a9034997f9e75eb29ffa1ad74d29 /src/southbridge | |
parent | 44187764af997cd46badc39dcd5a4d8da83b0af5 (diff) |
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>
Reviewed-on: http://review.coreboot.org/9174
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/pi/hudson/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc index e0b26f8aa6..c66d541044 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 |