aboutsummaryrefslogtreecommitdiff
path: root/fwu/ns_bl2u/ns_bl2u.mk
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-02-11 14:34:26 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2019-03-04 12:20:48 +0000
commitd6e806d35599bf003c575d7d113367b8de910448 (patch)
treecd4ccb353ae8b91e6504057c20eaf641cd13ab63 /fwu/ns_bl2u/ns_bl2u.mk
parent602b7f58dd7668411c8a4032652b4552bd7fe934 (diff)
downloadtf-a-tests-d6e806d35599bf003c575d7d113367b8de910448.tar.gz
libc: Update makefiles
Added includes and sources of libc to the makefiles. Change-Id: I8e84db9634e0df7d51caa5c5858311672dd3a8d1 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'fwu/ns_bl2u/ns_bl2u.mk')
-rw-r--r--fwu/ns_bl2u/ns_bl2u.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/fwu/ns_bl2u/ns_bl2u.mk b/fwu/ns_bl2u/ns_bl2u.mk
index 8c3924d30..0351e55bd 100644
--- a/fwu/ns_bl2u/ns_bl2u.mk
+++ b/fwu/ns_bl2u/ns_bl2u.mk
@@ -15,8 +15,6 @@ NS_BL2U_INCLUDES := \
-Iinclude/common/${ARCH} \
-Iinclude/lib \
-Iinclude/lib/${ARCH} \
- -Iinclude/lib/stdlib \
- -Iinclude/lib/stdlib/sys \
-Iinclude/lib/utils \
-Iinclude/lib/xlat_tables \
-Iinclude/plat/common \
@@ -37,7 +35,6 @@ NS_BL2U_SOURCES += fwu/ns_bl2u/${ARCH}/ns_bl2u_entrypoint.S \
lib/locks/${ARCH}/spinlock.S \
lib/smc/${ARCH}/asm_smc.S \
lib/smc/${ARCH}/smc.c \
- ${STD_LIB_SOURCES} \
lib/utils/mp_printf.c \
lib/utils/uuid.c \
${XLAT_TABLES_LIB_SRCS} \