]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: remove unused arch/parisc/boot/install.sh and its phony target
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Aug 2021 15:48:20 +0000 (00:48 +0900)
committerHelge Deller <deller@gmx.de>
Mon, 30 Aug 2021 08:18:25 +0000 (10:18 +0200)
commit54f8377c57809fab4f2dd6971157277088a1c995
tree79068ecc7fbbf73e6f22674113e6fabeb10f7dc1
parentcab668ed2db33f3d377f2e4dd2fec09b104ceaf2
parisc: remove unused arch/parisc/boot/install.sh and its phony target

Parisc has two similar installation scripts:

  arch/parisc/install.sh
  arch/parisc/boot/install.sh

The latter is never used because 'make ARCH=parisc install' always
invokes the 'install' target in arch/parisc/Makefile.

The target in arch/parisc/boot/Makefile is not used either.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/boot/Makefile
arch/parisc/boot/install.sh [deleted file]