summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry')
-rw-r--r--pkg/sentry/platform/ring0/pagetables/BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/sentry/platform/ring0/pagetables/BUILD b/pkg/sentry/platform/ring0/pagetables/BUILD
index 09ecc3b09..e2e15ba5c 100644
--- a/pkg/sentry/platform/ring0/pagetables/BUILD
+++ b/pkg/sentry/platform/ring0/pagetables/BUILD
@@ -11,10 +11,7 @@ config_setting(
go_template(
name = "generic_walker",
- srcs = select({
- ":aarch64": ["walker_arm64.go",],
- "//conditions:default": ["walker_amd64.go",],
- }),
+ srcs = ["walker_amd64.go"],
opt_types = [
"Visitor",
],