All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [parisc] do not install modules when installing kernel
@ 2013-03-01 22:23 Rolf Eike Beer
  2013-03-02 19:42 ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Eike Beer @ 2013-03-01 22:23 UTC (permalink / raw)
  To: linux-parisc, deller, James.Bottomley

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>
---
 arch/parisc/Makefile | 4 +---
 1 Datei ge=E4ndert, 1 Zeile hinzugef=FCgt(+), 3 Zeilen entfernt(-)

diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile
index ed9a14c..01d95e2 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
=20
-kernel_install: vmlinux
+install: vmlinux
 	sh $(src)/arch/parisc/install.sh \
 			$(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
=20
-install: kernel_install modules_install

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-03 22:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 22:23 [PATCH] [parisc] do not install modules when installing kernel Rolf Eike Beer
2013-03-02 19:42 ` Helge Deller
2013-03-03 21:25   ` John David Anglin
2013-03-03 22:23     ` Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.