aboutsummaryrefslogtreecommitdiff
path: root/bl1/bl1.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/bl1.mk')
-rw-r--r--bl1/bl1.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/bl1/bl1.mk b/bl1/bl1.mk
index c2101b05..60609ea2 100644
--- a/bl1/bl1.mk
+++ b/bl1/bl1.mk
@@ -32,15 +32,12 @@ vpath %.c plat/${PLAT} \
plat/${PLAT}/${ARCH} \
common \
lib \
- arch/${ARCH} \
- lib/arch/${ARCH} \
+ lib/${ARCH} \
${PLAT_BL1_C_VPATH}
-vpath %.S arch/${ARCH}/cpu \
- plat/common/${ARCH} \
+vpath %.S plat/common/${ARCH} \
plat/${PLAT}/${ARCH} \
- include \
- lib/arch/${ARCH} \
+ lib/${ARCH} \
${PLAT_BL1_S_VPATH}
BL1_SOURCES += bl1_arch_setup.c \