-
- Downloads
kbuild: factor out the common installation code into scripts/install.sh
Many architectures have similar install.sh scripts. The first half is really generic; it verifies that the kernel image and System.map exist, then executes ~/bin/${INSTALLKERNEL} or /sbin/${INSTALLKERNEL} if available. The second half is kind of arch-specific; it copies the kernel image and System.map to the destination, but the code is slightly different. Factor out the generic part into scripts/install.sh. Signed-off-by:Masahiro Yamada <masahiroy@kernel.org> Reviewed-by:
Nicolas Schier <n.schier@avm.de>
Showing
- Makefile 2 additions, 1 deletionMakefile
- arch/arm/Makefile 2 additions, 2 deletionsarch/arm/Makefile
- arch/arm/boot/install.sh 0 additions, 21 deletionsarch/arm/boot/install.sh
- arch/arm64/Makefile 2 additions, 4 deletionsarch/arm64/Makefile
- arch/arm64/boot/install.sh 0 additions, 21 deletionsarch/arm64/boot/install.sh
- arch/ia64/Makefile 2 additions, 1 deletionarch/ia64/Makefile
- arch/ia64/install.sh 0 additions, 10 deletionsarch/ia64/install.sh
- arch/m68k/Makefile 2 additions, 1 deletionarch/m68k/Makefile
- arch/m68k/install.sh 0 additions, 22 deletionsarch/m68k/install.sh
- arch/nios2/Makefile 1 addition, 2 deletionsarch/nios2/Makefile
- arch/nios2/boot/install.sh 0 additions, 22 deletionsarch/nios2/boot/install.sh
- arch/parisc/Makefile 5 additions, 6 deletionsarch/parisc/Makefile
- arch/parisc/install.sh 0 additions, 28 deletionsarch/parisc/install.sh
- arch/powerpc/Makefile 1 addition, 2 deletionsarch/powerpc/Makefile
- arch/powerpc/boot/install.sh 0 additions, 23 deletionsarch/powerpc/boot/install.sh
- arch/riscv/Makefile 3 additions, 4 deletionsarch/riscv/Makefile
- arch/riscv/boot/install.sh 0 additions, 21 deletionsarch/riscv/boot/install.sh
- arch/s390/Makefile 1 addition, 2 deletionsarch/s390/Makefile
- arch/s390/boot/install.sh 0 additions, 6 deletionsarch/s390/boot/install.sh
- arch/sparc/Makefile 1 addition, 2 deletionsarch/sparc/Makefile
Loading
Please register or sign in to comment