aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/targets/targets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index 36b1840f1..b5acb68d7 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -301,7 +301,7 @@ var oses = map[string]osCommon{
SyscallPrefix: "SYS_",
ExecutorUsesShmem: true,
ExecutorUsesForkServer: true,
- KernelObject: "vmlinux",
+ KernelObject: "kernel.debug",
CPP: "g++",
},
"netbsd": {