summaryrefslogtreecommitdiff
path: root/bl2/bl2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bl2/bl2.mk')
-rw-r--r--bl2/bl2.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/bl2/bl2.mk b/bl2/bl2.mk
index d53c1aa1..3ecaff9e 100644
--- a/bl2/bl2.mk
+++ b/bl2/bl2.mk
@@ -32,12 +32,10 @@ vpath %.c common \
lib \
plat/${PLAT} \
plat/${PLAT}/${ARCH} \
- arch/${ARCH} \
${PLAT_BL2_C_VPATH}
-vpath %.S lib/arch/${ARCH} \
- include \
- lib/sync/locks/exclusive \
+vpath %.S lib/${ARCH} \
+ lib/locks/exclusive \
common/${ARCH} \
${PLAT_BL2_S_VPATH}