summaryrefslogtreecommitdiff
path: root/bl1/bl1.mk
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-01-13 14:40:13 +0000
committerDan Handley <dan.handley@arm.com>2014-01-20 18:45:04 +0000
commitd7a6b0f8ad75c517626f7e7d9bb5a91040b5a037 (patch)
treeb7b351cc6b67c6b366f79e76c01948ae54812820 /bl1/bl1.mk
parent25cff83ee4300f26d5b7661ad6359525aaa36b94 (diff)
Build system: minor spacing tidyup
Tidy up the spacing of variable definitions within the makefiles to make them more consistent, easier to read and amend. Change-Id: Ic6d7c8489ca4330824abb5cd1ead8f1d449d1a85 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'bl1/bl1.mk')
-rw-r--r--bl1/bl1.mk23
1 files changed, 14 insertions, 9 deletions
diff --git a/bl1/bl1.mk b/bl1/bl1.mk
index 012967a9..50a245b4 100644
--- a/bl1/bl1.mk
+++ b/bl1/bl1.mk
@@ -28,19 +28,24 @@
# POSSIBILITY OF SUCH DAMAGE.
#
-vpath %.c plat/${PLAT} plat/${PLAT}/${ARCH} \
- common/ lib/ arch/${ARCH} \
+vpath %.c plat/${PLAT} \
+ plat/${PLAT}/${ARCH} \
+ common \
+ lib \
+ arch/${ARCH} \
${PLAT_BL1_C_VPATH}
-vpath %.S arch/${ARCH}/cpu plat/common/${ARCH} \
- plat/${PLAT}/${ARCH} \
- include/ lib/arch/${ARCH} \
+vpath %.S arch/${ARCH}/cpu \
+ plat/common/${ARCH} \
+ plat/${PLAT}/${ARCH} \
+ include \
+ lib/arch/${ARCH} \
${PLAT_BL1_S_VPATH}
-BL1_OBJS += bl1_arch_setup.o \
- bl1_entrypoint.o \
- early_exceptions.o \
- bl1_main.o \
+BL1_OBJS += bl1_arch_setup.o \
+ bl1_entrypoint.o \
+ early_exceptions.o \
+ bl1_main.o \
cpu_helpers.o
BL1_ENTRY_POINT := reset_handler