Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KERNEL: Optimize source code to build the kernel #5735

Merged
merged 1 commit into from
Aug 29, 2023
Merged

KERNEL: Optimize source code to build the kernel #5735

merged 1 commit into from
Aug 29, 2023

Commits on Aug 9, 2023

  1. KERNEL: Optimize source code to build the kernel

    Signed-off-by: ut003460 <[email protected]>
    
    Omitted the requirement for multiprocessing. CPU_ Call count() and use None as the default value for njobs.
    We will check if njobs is a positive number, and if so, link the '- j' option with its value and add it to
    make_ Args list. Then, based on the binary_ Determine whether to add 'deb pkg' to make based on the conditions of
    package and distribution name_ Args list. Finally, we use spaces to make_ Connect the strings in the args list and
    call the build. make() function to perform the build operation
    ut003460 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bea4954 View commit details
    Browse the repository at this point in the history