aboutsummaryrefslogtreecommitdiff
path: root/spm
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 /spm
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 'spm')
-rw-r--r--spm/cactus/cactus.mk13
-rw-r--r--spm/ivy/ivy.mk13
2 files changed, 0 insertions, 26 deletions
diff --git a/spm/cactus/cactus.mk b/spm/cactus/cactus.mk
index 056b4a7af..d964ab13a 100644
--- a/spm/cactus/cactus.mk
+++ b/spm/cactus/cactus.mk
@@ -14,8 +14,6 @@ CACTUS_INCLUDES := \
-Iinclude/common/${ARCH} \
-Iinclude/lib \
-Iinclude/lib/${ARCH} \
- -Iinclude/lib/stdlib \
- -Iinclude/lib/stdlib/sys \
-Iinclude/lib/sprt \
-Iinclude/lib/utils \
-Iinclude/lib/xlat_tables \
@@ -38,16 +36,6 @@ CACTUS_SOURCES := \
sp_helpers.c \
) \
-STDLIB_SOURCES := $(addprefix lib/stdlib/, \
- assert.c \
- mem.c \
- putchar.c \
- printf.c \
- rand.c \
- strlen.c \
- subr_prf.c \
-)
-
# TODO: Remove dependency on TFTF files.
CACTUS_SOURCES += \
tftf/framework/debug.c \
@@ -58,7 +46,6 @@ CACTUS_SOURCES += drivers/arm/pl011/${ARCH}/pl011_console.S \
lib/${ARCH}/misc_helpers.S \
lib/locks/${ARCH}/spinlock.S \
lib/utils/mp_printf.c \
- ${STDLIB_SOURCES} \
${SPRT_LIB_SOURCES}
CACTUS_LINKERFILE := spm/cactus/cactus.ld.S
diff --git a/spm/ivy/ivy.mk b/spm/ivy/ivy.mk
index 244d20969..5a6ccf004 100644
--- a/spm/ivy/ivy.mk
+++ b/spm/ivy/ivy.mk
@@ -14,8 +14,6 @@ IVY_INCLUDES := \
-Iinclude/common/${ARCH} \
-Iinclude/lib \
-Iinclude/lib/${ARCH} \
- -Iinclude/lib/stdlib \
- -Iinclude/lib/stdlib/sys \
-Iinclude/lib/sprt \
-Iinclude/lib/utils \
-Iinclude/lib/xlat_tables \
@@ -35,16 +33,6 @@ IVY_SOURCES := \
sp_helpers.c \
) \
-STDLIB_SOURCES := $(addprefix lib/stdlib/, \
- assert.c \
- mem.c \
- putchar.c \
- printf.c \
- rand.c \
- strlen.c \
- subr_prf.c \
-)
-
# TODO: Remove dependency on TFTF files.
IVY_SOURCES += \
tftf/framework/debug.c \
@@ -55,7 +43,6 @@ IVY_SOURCES += drivers/arm/pl011/${ARCH}/pl011_console.S \
lib/${ARCH}/misc_helpers.S \
lib/locks/${ARCH}/spinlock.S \
lib/utils/mp_printf.c \
- ${STDLIB_SOURCES} \
${SPRT_LIB_SOURCES}
IVY_LINKERFILE := spm/ivy/ivy.ld.S