summaryrefslogtreecommitdiff
path: root/kleaf/docs/abi.md
diff options
context:
space:
mode:
Diffstat (limited to 'kleaf/docs/abi.md')
-rw-r--r--kleaf/docs/abi.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/kleaf/docs/abi.md b/kleaf/docs/abi.md
index f4811622..da84efe6 100644
--- a/kleaf/docs/abi.md
+++ b/kleaf/docs/abi.md
@@ -32,7 +32,9 @@ $ tools/bazel build //common:kernel_aarch64_abi_dump
```
This command extracts the ABI, but does not compare it. This is similar to
-`build/build_abi.sh --nodiff`.
+`ABI_OUT_TAG=generated build/build_abi.sh --nodiff`.
+
+Note: Unlike `build_abi.sh`, the `ABI_OUT_TAG` is always set to `generated`.
### Update the ABI definition {#update-abi}