Quellcode durchsuchen

parisc: do not install modules when installing kernel

PA-RISC is the only arch that installs the modules when installing the kernel.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Rolf Eike Beer vor 12 Jahren
Ursprung
Commit
1905b7716c
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      arch/parisc/Makefile

+ 1 - 3
arch/parisc/Makefile

@@ -113,12 +113,10 @@ palo: vmlinux
 # Shorthands for known targets not supported by parisc, use vmlinux as default
 # Shorthands for known targets not supported by parisc, use vmlinux as default
 Image zImage bzImage: vmlinux
 Image zImage bzImage: vmlinux
 
 
-kernel_install: vmlinux
+install: vmlinux
 	sh $(src)/arch/parisc/install.sh \
 	sh $(src)/arch/parisc/install.sh \
 			$(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
 			$(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
 
 
-install: kernel_install modules_install
-
 CLEAN_FILES	+= lifimage
 CLEAN_FILES	+= lifimage
 MRPROPER_FILES	+= palo.conf
 MRPROPER_FILES	+= palo.conf