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)
commitd220da0967dbda232350c5dc39317e04e0892743
tree79068ecc7fbbf73e6f22674113e6fabeb10f7dc1
parent7bf82eb3873fbbee8273f60ddef584194b99f6c1
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]