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)
- Out-of-source builds (review if separate path is necessary)
- KERNEL_BUILD=
- KERNEL_SRC= -- is it needed?
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_SRCis 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.