aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sys.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys.go')
-rw-r--r--sys/sys.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys.go b/sys/sys.go
index e2f291fec..5b69648b2 100644
--- a/sys/sys.go
+++ b/sys/sys.go
@@ -4,6 +4,7 @@
package sys
import (
+ _ "github.com/google/syzkaller/sys/akaros"
_ "github.com/google/syzkaller/sys/freebsd"
_ "github.com/google/syzkaller/sys/fuchsia"
_ "github.com/google/syzkaller/sys/linux"