summaryrefslogtreecommitdiff
path: root/gbl/libboot/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gbl/libboot/BUILD')
-rw-r--r--gbl/libboot/BUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/gbl/libboot/BUILD b/gbl/libboot/BUILD
index 1159e50..71dd2f3 100644
--- a/gbl/libboot/BUILD
+++ b/gbl/libboot/BUILD
@@ -59,5 +59,10 @@ rust_library(
deps = [
":x86_bootparam_defs",
"@zerocopy",
- ],
+ ] + select({
+ "@gbl//toolchain:gbl_rust_uefi_aarch64": [
+ "@gbl//libboot/aarch64_cache_helper:aarch64_cache_helper_staticlib",
+ ],
+ "//conditions:default": [],
+ }),
)