Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit 28c5fa0

Browse files
authored
Update build.py
1 parent 198b5ea commit 28c5fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel_builder/utils/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def build(
8181
self._make(["olddefconfig"], jobs=jobs, out=out)
8282

8383
log("Defconfig completed. Starting full build.")
84-
self._make([target, "modules"], jobs=jobs, out=out)
84+
self._make(["Image", "modules"], jobs=jobs, out=out)
8585
log("Build completed successfully.")
8686

8787
def get_kernel_version(self) -> str:

0 commit comments

Comments
 (0)