diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-25 00:48:20 +0900 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-08-30 10:18:25 +0200 |
commit | d220da0967dbda232350c5dc39317e04e0892743 (patch) | |
tree | 79068ecc7fbbf73e6f22674113e6fabeb10f7dc1 /arch/parisc/boot/Makefile | |
parent | 7bf82eb3873fbbee8273f60ddef584194b99f6c1 (diff) |
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>
Diffstat (limited to 'arch/parisc/boot/Makefile')
-rw-r--r-- | arch/parisc/boot/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile index 61f44142cfe1..b873ee4720ca 100644 --- a/arch/parisc/boot/Makefile +++ b/arch/parisc/boot/Makefile @@ -15,7 +15,3 @@ $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE $(obj)/compressed/vmlinux: FORCE $(Q)$(MAKE) $(build)=$(obj)/compressed $@ - -install: $(CONFIGURE) $(obj)/bzImage - sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \ - System.map "$(INSTALL_PATH)" |