1
0

Support make targets

This commit is contained in:
2023-02-15 16:54:46 +00:00
parent c9618be454
commit b246ecf956
2 changed files with 13 additions and 5 deletions

View File

@ -140,6 +140,10 @@ type Artifact struct {
DisableKpti bool
}
Make struct {
Target string
}
StandardModules bool
Preload []PreloadModule