From 1905b7716cb61feeca79da320be4d8968495bb31 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Fri, 1 Mar 2013 22:23:11 +0000 Subject: 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 Signed-off-by: Helge Deller --- arch/parisc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arch/parisc/Makefile') diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index ed9a14ccd06..01d95e2f058 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -113,12 +113,10 @@ palo: vmlinux # Shorthands for known targets not supported by parisc, use vmlinux as default Image zImage bzImage: vmlinux -kernel_install: vmlinux +install: vmlinux sh $(src)/arch/parisc/install.sh \ $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)" -install: kernel_install modules_install - CLEAN_FILES += lifimage MRPROPER_FILES += palo.conf -- cgit v1.2.3