Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame^] | 1 | # |
| 2 | # Copyright (c) 2018, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | PLAT_INCLUDES += -Iinclude/plat/arm/common/ |
| 8 | |
| 9 | PLAT_SOURCES += drivers/arm/gic/gic_common.c \ |
| 10 | drivers/arm/pl011/${ARCH}/pl011_console.S \ |
| 11 | plat/arm/common/arm_setup.c \ |
| 12 | plat/arm/common/arm_timers.c |
| 13 | |
| 14 | # Flash driver sources. |
| 15 | PLAT_SOURCES += drivers/io/io_storage.c \ |
| 16 | drivers/io/vexpress_nor/io_vexpress_nor_ops.c \ |
| 17 | drivers/io/vexpress_nor/io_vexpress_nor_hw.c \ |
| 18 | plat/arm/common/arm_io_storage.c |