summaryrefslogtreecommitdiff
path: root/plat/qemu
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-08-08 12:33:06 +0100
committerSoby Mathew <soby.mathew@arm.com>2016-08-09 17:33:57 +0100
commitb127109121123e6b97ead1420e004a88014bc413 (patch)
tree2a5beb11f3fb2a8479d782a94e745bcfe20f8aa5 /plat/qemu
parent9c94d3b326ad14f9a64ccdf2ec1edf0af2595d0b (diff)
Migrate platform makefile to new console driver location
This patch migrates the upstream platform makefiles to include the console drivers from the new location in ARM Trusted Firmware code base. Change-Id: I866d6c4951e475de1f836ce8a8c1d5e6da9577e3
Diffstat (limited to 'plat/qemu')
-rw-r--r--plat/qemu/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/qemu/platform.mk b/plat/qemu/platform.mk
index 95421989..aa08bd33 100644
--- a/plat/qemu/platform.mk
+++ b/plat/qemu/platform.mk
@@ -37,7 +37,7 @@ PLAT_INCLUDES := -Iinclude/plat/arm/common/ \
PLAT_BL_COMMON_SOURCES := plat/qemu/qemu_common.c \
- drivers/arm/pl011/pl011_console.S \
+ drivers/arm/pl011/aarch64/pl011_console.S \
lib/xlat_tables/xlat_tables_common.c \
lib/xlat_tables/aarch64/xlat_tables.c