From 6e756f6d6d6a71a6ec51d40bef00ec8be12b98b5 Mon Sep 17 00:00:00 2001 From: Ambroise Vincent Date: Thu, 28 Mar 2019 09:01:18 +0000 Subject: Makefile: remove extra include paths in INCLUDES Now it is needed to use the full path of the common header files. Commit 09d40e0e0828 ("Sanitise includes across codebase") provides more information. Change-Id: Ifedc79d9f664d208ba565f5736612a3edd94c647 Signed-off-by: Ambroise Vincent --- Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3312c65..41a64f93 100644 --- a/Makefile +++ b/Makefile @@ -285,28 +285,6 @@ INCLUDES += -Iinclude \ ${PLAT_INCLUDES} \ ${SPD_INCLUDES} -ifeq (${ERROR_DEPRECATED},0) -INCLUDES += -Iinclude/bl1 \ - -Iinclude/bl2 \ - -Iinclude/bl2u \ - -Iinclude/bl31 \ - -Iinclude/drivers \ - -Iinclude/drivers/arm \ - -Iinclude/drivers/auth \ - -Iinclude/drivers/io \ - -Iinclude/drivers/ti/uart \ - -Iinclude/lib \ - -Iinclude/lib/cpus \ - -Iinclude/lib/el3_runtime \ - -Iinclude/lib/extensions \ - -Iinclude/lib/pmf \ - -Iinclude/lib/psci \ - -Iinclude/lib/xlat_tables \ - -Iinclude/plat/common \ - -Iinclude/services \ - -Iinclude/tools_share -endif - include common/backtrace/backtrace.mk ################################################################################ -- cgit v1.2.3