diff options
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | 2020-08-05 16:31:27 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-08-05 16:31:27 +0000 |
commit | 47ee4087de39ea586ee791c3df6960ffb3d1fb85 (patch) | |
tree | f398a74242333ddb79809d68029c2dfeb15151f5 /docs | |
parent | 95f9b1fbf96e840ff8ab02889ade0641f288fd33 (diff) | |
parent | 29214e95c444b53f544b97127b3e70583d356bee (diff) | |
download | platform_external_arm-trusted-firmware-47ee4087de39ea586ee791c3df6960ffb3d1fb85.tar.gz platform_external_arm-trusted-firmware-47ee4087de39ea586ee791c3df6960ffb3d1fb85.tar.bz2 platform_external_arm-trusted-firmware-47ee4087de39ea586ee791c3df6960ffb3d1fb85.zip |
Merge "Use abspath to dereference $BUILD_BASE" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index b15ea1b52..0acc8867b 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -119,6 +119,8 @@ Common build options - ``BUILD_STRING``: Input string for VERSION_STRING, which allows the TF-A build to be uniquely identified. Defaults to the current git commit id. +- ``BUILD_BASE``: Output directory for the build. Defaults to ``./build`` + - ``CFLAGS``: Extra user options appended on the compiler's command line in addition to the options set by the build system. |