diff options
Diffstat (limited to 'util/autoport/main.go')
-rw-r--r-- | util/autoport/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go index ed7cb0e841..4f5543bf4b 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -739,7 +739,7 @@ func main() { } if len(BootBlockFiles) > 0 || len(ROMStageFiles) > 0 || len(RAMStageFiles) > 0 || len(SMMFiles) > 0 { - mf := Create(ctx, "Makefile.inc") + mf := Create(ctx, "Makefile.mk") defer mf.Close() writeMF(mf, BootBlockFiles, "bootblock") writeMF(mf, ROMStageFiles, "romstage") |