-
- Downloads
kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
$(objtree) refers to the top of the output directory of kernel builds. This commit adds the explicit $(objtree)/ prefix to build artifacts needed for building external modules. This change has no immediate impact, as the top-level Makefile currently defines: objtree := . This commit prepares for supporting the building of external modules in a different directory. Signed-off-by:Masahiro Yamada <masahiroy@kernel.org> Reviewed-by:
Nicolas Schier <nicolas@fjasle.eu>
Showing
- Makefile 5 additions, 5 deletionsMakefile
- arch/arm/Makefile 2 additions, 2 deletionsarch/arm/Makefile
- arch/arm64/Makefile 1 addition, 1 deletionarch/arm64/Makefile
- arch/powerpc/Makefile 2 additions, 2 deletionsarch/powerpc/Makefile
- arch/riscv/Makefile 1 addition, 1 deletionarch/riscv/Makefile
- scripts/Kbuild.include 1 addition, 1 deletionscripts/Kbuild.include
- scripts/Makefile.build 2 additions, 2 deletionsscripts/Makefile.build
- scripts/Makefile.modfinal 7 additions, 7 deletionsscripts/Makefile.modfinal
- scripts/Makefile.modinst 1 addition, 1 deletionscripts/Makefile.modinst
- scripts/Makefile.modpost 6 additions, 6 deletionsscripts/Makefile.modpost
- scripts/depmod.sh 2 additions, 2 deletionsscripts/depmod.sh
Loading
Please register or sign in to comment