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 60c407cc0..f27846409 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -311,7 +311,7 @@ var oses = map[string]osCommon{
SyscallPrefix: "SYS_",
ExecutorUsesShmem: true,
ExecutorUsesForkServer: true,
- KernelObject: "vmlinux",
+ KernelObject: "netbsd.gdb",
CPP: "cpp",
},
"openbsd": {