Skip to content

Support out-of-source kernel builds #216

@Werkov

Description

@Werkov

Disclaimer: the out-of-source builds work just fine for me in the recent version (e0d44a2).

It is only slightly misleading that I set KERNEL_SRC=$BUILD_DIR.
By quickly skimming rapido cuts, KERNEL_SRC is used for build artifacts most of the time. But some cases would need review.

Proposal: introduce a new config variable pointing explicitly to kernel build artifacts.

  • In-source builds (nothing changes, user configures a single path)
    • KERNEL_BUILD=KERNEL_SRC
  • Out-of-source builds (review if separate path is necessary)
    • KERNEL_BUILD=
    • KERNEL_SRC= -- is it needed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions