diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-09 13:31:02 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-10 12:02:49 +0200 |
commit | 1e83536f8ca529b88bdd75108a2f991d5c93c6b3 (patch) | |
tree | bfa88d3ae0aed550f06a8e83a160af65c55b8a0b | |
parent | 8315622ff1bd898d839144abf0310524a35f8e1a (diff) |
ipq806x: Remove extra INCLUDES
That variable isn't used anymore and the include statement
is already covered in CPPFLAGS_common further down that file.
Change-Id: I3e4fd3281dc0d3f73b238e121dbdfc0d29102b27
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9448
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/soc/qualcomm/ipq806x/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc index 6ee925c2b2..5dfca4d7ad 100644 --- a/src/soc/qualcomm/ipq806x/Makefile.inc +++ b/src/soc/qualcomm/ipq806x/Makefile.inc @@ -40,8 +40,6 @@ ramstage-y += timer.c ramstage-$(CONFIG_DRIVERS_UART) += uart.c ramstage-y += usb.c -INCLUDES += -Isrc/soc/qualcomm/ipq806x/include/ - ifeq ($(CONFIG_USE_BLOBS),y) # Generate the actual coreboot bootblock code |