Commit 8e7b27a4 authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

rpi3: Remove unneeded include paths from Makefile



Change-Id: I20d164f7573ebc24935e92a924472e29c8a0e3a0
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent 09d40e0e
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
include lib/libfdt/libfdt.mk include lib/libfdt/libfdt.mk
include lib/xlat_tables_v2/xlat_tables.mk include lib/xlat_tables_v2/xlat_tables.mk
PLAT_INCLUDES := -Iinclude/common/tbbr \ PLAT_INCLUDES := -Iplat/rpi3/include
-Iplat/rpi3/include
PLAT_BL_COMMON_SOURCES := drivers/ti/uart/aarch64/16550_console.S \ PLAT_BL_COMMON_SOURCES := drivers/ti/uart/aarch64/16550_console.S \
plat/rpi3/rpi3_common.c \ plat/rpi3/rpi3_common.c \
...@@ -185,8 +184,6 @@ ifneq (${TRUSTED_BOARD_BOOT},0) ...@@ -185,8 +184,6 @@ ifneq (${TRUSTED_BOARD_BOOT},0)
drivers/auth/img_parser_mod.c \ drivers/auth/img_parser_mod.c \
drivers/auth/tbbr/tbbr_cot.c drivers/auth/tbbr/tbbr_cot.c
PLAT_INCLUDES += -Iinclude/bl1/tbbr
BL1_SOURCES += ${AUTH_SOURCES} \ BL1_SOURCES += ${AUTH_SOURCES} \
bl1/tbbr/tbbr_img_desc.c \ bl1/tbbr/tbbr_img_desc.c \
plat/common/tbbr/plat_tbbr.c \ plat/common/tbbr/plat_tbbr.c \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment