From 1e83536f8ca529b88bdd75108a2f991d5c93c6b3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 9 Apr 2015 13:31:02 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/9448 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/soc/qualcomm/ipq806x/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/qualcomm/ipq806x/Makefile.inc') 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 -- cgit v1.2.3