kernel: revert "also, don't add target 'install' twice"

- oops
This commit is contained in:
Ricardo Pardini 2024-03-02 22:01:16 +01:00 committed by Igor
parent 3f5f8fe378
commit e3575ecd1d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function kernel_prepare_build_and_package() {
# @TODO: Only combining `install` and `modules_install` enable mixed-build and __build_one_by_one
# We should spilt the `build` and `install` into two make steps as the kernel required
build_targets+=("${KERNEL_INSTALL_TYPE:-install}")
build_targets+=("install" "${KERNEL_INSTALL_TYPE:-install}")
install_make_params_quoted+=("INSTALL_MOD_STRIP=1") # strip modules during install