Skip to content

Commit d220da0

Browse files
masahir0yhdeller
authored andcommitted
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>
1 parent 7bf82eb commit d220da0

2 files changed

Lines changed: 0 additions & 69 deletions

File tree

arch/parisc/boot/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
1515

1616
$(obj)/compressed/vmlinux: FORCE
1717
$(Q)$(MAKE) $(build)=$(obj)/compressed $@
18-
19-
install: $(CONFIGURE) $(obj)/bzImage
20-
sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
21-
System.map "$(INSTALL_PATH)"

arch/parisc/boot/install.sh

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)