From 2b80760dbe6e6717bfcf1bd7d0d842d096a4cc72 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 1 May 2014 14:46:36 +0100 Subject: [PATCH] juno: Fix build further to console driver changes Change-Id: I5ff5c1a6253d29fca0b271c08d74fafe33cd8f2d --- plat/juno/platform.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plat/juno/platform.mk b/plat/juno/platform.mk index d2e8d1c63..d74b6eb80 100644 --- a/plat/juno/platform.mk +++ b/plat/juno/platform.mk @@ -29,6 +29,7 @@ # PLAT_INCLUDES := -Idrivers/arm/interconnect/cci-400 \ + -Idrivers/console \ -Idrivers/arm/trustzone/tzc-400 \ -Idrivers/arm/peripherals/pl011 @@ -51,6 +52,7 @@ PLAT_BL31_C_VPATH := drivers/arm/interconnect/cci-400 \ drivers/io PLAT_BL_COMMON_SOURCES := mmio.c \ + pl011_console.c \ pl011.c \ sysreg_helpers.S \ plat_io_storage.c \ -- GitLab