summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2020-10-15 12:15:55 -0500
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>2020-10-15 12:18:09 -0500
commit6ca80a23bb906db4e0ff51d398877937e8972d38 (patch)
tree5a6bf18169c0170670a1bfced989f47441aa8ead /docs
parent8c65f72e903377d42b78239eefc6e0d78166e8c1 (diff)
requirements.rst: remove make as package dependency
The package make is part of build-essential, which is previously installed, thus there is no need to install it explicitly. Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: Ie95f2f87057ef144123578fd4e28668164eed3a3
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/requirements.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/requirements.rst b/docs/getting_started/requirements.rst
index 3d06d98..f9417c7 100644
--- a/docs/getting_started/requirements.rst
+++ b/docs/getting_started/requirements.rst
@@ -23,7 +23,7 @@ Install the required packages to build TF-A Tests with the following command:
::
- sudo apt-get install device-tree-compiler build-essential make git perl libxml-libxml-perl
+ sudo apt-get install device-tree-compiler build-essential git perl libxml-libxml-perl
Download and install the GNU cross-toolchain from Linaro. The TF-A Tests have
been tested with version 9.2-2019.12 (gcc 9.2):