aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design.rst b/docs/design.rst
index edb3c95ff..5a13d79f9 100644
--- a/docs/design.rst
+++ b/docs/design.rst
@@ -66,7 +66,7 @@ the top level or under the ``tftf/`` directory):
- **Library code.**
- Firstly, there is ``include/stdlib/`` which provides standard C library
+ Firstly, there is ``include/libc/`` which provides standard C library
functions like ``memcpy()``, ``printf()`` and so on.
Additionally, various other APIs are provided under ``include/lib/``. The
below list gives some examples but might not be exhaustive.