summaryrefslogtreecommitdiffhomepage
path: root/pkg/ring0/gen_offsets/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ring0/gen_offsets/BUILD')
-rw-r--r--pkg/ring0/gen_offsets/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ring0/gen_offsets/BUILD b/pkg/ring0/gen_offsets/BUILD
index f421e1687..9ea8f9a4f 100644
--- a/pkg/ring0/gen_offsets/BUILD
+++ b/pkg/ring0/gen_offsets/BUILD
@@ -33,9 +33,9 @@ go_binary(
],
deps = [
"//pkg/cpuid",
+ "//pkg/hostarch",
"//pkg/ring0/pagetables",
"//pkg/sentry/arch",
"//pkg/sentry/arch/fpu",
- "//pkg/usermem",
],
)