summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/rawfile/BUILD
diff options
context:
space:
mode:
authorIan Gudger <igudger@google.com>2018-07-06 10:57:37 -0700
committerShentubot <shentubot@google.com>2018-07-06 10:58:37 -0700
commit5c88e6a15d46bba6237a44d98c4e172237c9aea3 (patch)
treea8b993439892d9607525bae17d88e409eef30ab0 /pkg/tcpip/link/rawfile/BUILD
parentf107a5b1a0e264d518617c57f0cf310b63e8b59c (diff)
Add non-AMD64 support to rawfile
PiperOrigin-RevId: 203499064 Change-Id: I2cd5189638e94ce926f1e82c1264a8d3ece9dfa5
Diffstat (limited to 'pkg/tcpip/link/rawfile/BUILD')
-rw-r--r--pkg/tcpip/link/rawfile/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/link/rawfile/BUILD b/pkg/tcpip/link/rawfile/BUILD
index 4c63af0ea..b43de5530 100644
--- a/pkg/tcpip/link/rawfile/BUILD
+++ b/pkg/tcpip/link/rawfile/BUILD
@@ -6,6 +6,8 @@ go_library(
name = "rawfile",
srcs = [
"blockingpoll_amd64.s",
+ "blockingpoll_unsafe.go",
+ "blockingpoll_unsafe_amd64.go",
"errors.go",
"rawfile_unsafe.go",
],