aboutsummaryrefslogtreecommitdiff
path: root/bl1/bl1.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/bl1.mk')
-rw-r--r--bl1/bl1.mk13
1 files changed, 6 insertions, 7 deletions
diff --git a/bl1/bl1.mk b/bl1/bl1.mk
index 8e86af4..bc14ddc 100644
--- a/bl1/bl1.mk
+++ b/bl1/bl1.mk
@@ -43,12 +43,11 @@ vpath %.S arch/${ARCH}/cpu \
lib/arch/${ARCH} \
${PLAT_BL1_S_VPATH}
-BL1_OBJS += bl1_arch_setup.o \
- bl1_entrypoint.o \
- early_exceptions.o \
- bl1_main.o \
- cpu_helpers.o
+BL1_SOURCES += bl1_arch_setup.c \
+ bl1_entrypoint.S \
+ early_exceptions.S \
+ bl1_main.c \
+ cpu_helpers.S
BL1_ENTRY_POINT := reset_handler
-BL1_MAPFILE := bl1.map
-BL1_LINKERFILE := bl1.ld
+BL1_LINKERFILE := bl1.ld.S