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>
This commit is contained in:
parent
8315622ff1
commit
1e83536f8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue