diff options
Diffstat (limited to 'pkg/build/openbsd.go')
| -rw-r--r-- | pkg/build/openbsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/build/openbsd.go b/pkg/build/openbsd.go index bcc16dc8c..fb94b8a60 100644 --- a/pkg/build/openbsd.go +++ b/pkg/build/openbsd.go @@ -54,7 +54,7 @@ func (ctx openbsd) build(params Params) (ImageDetails, error) { return ImageDetails{}, nil } -func (ctx openbsd) clean(kernelDir, targetArch string) error { +func (ctx openbsd) clean(params Params) error { // Building clean is fast enough and incremental builds in face of // changing config files don't work. Instead of optimizing for the // case where humans have to think, let's bludgeon it with a |
