diff options
author | Rolf Eike Beer <eike-kernel@sf-tec.de> | 2013-03-01 17:23:11 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-03-02 14:04:21 -0500 |
commit | 1905b7716cb61feeca79da320be4d8968495bb31 (patch) | |
tree | f1887c29b8f8b7cd803ddb29a6761ca681c5efb6 /arch/parisc/Makefile | |
parent | 8527ed4a7086e7312b8d021ea36d367f7e378c2e (diff) |
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>
Diffstat (limited to 'arch/parisc/Makefile')
-rw-r--r-- | arch/parisc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index ed9a14ccd066..01d95e2f0581 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile | |||
@@ -113,12 +113,10 @@ palo: vmlinux | |||
113 | # Shorthands for known targets not supported by parisc, use vmlinux as default | 113 | # Shorthands for known targets not supported by parisc, use vmlinux as default |
114 | Image zImage bzImage: vmlinux | 114 | Image zImage bzImage: vmlinux |
115 | 115 | ||
116 | kernel_install: vmlinux | 116 | install: vmlinux |
117 | sh $(src)/arch/parisc/install.sh \ | 117 | sh $(src)/arch/parisc/install.sh \ |
118 | $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)" | 118 | $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)" |
119 | 119 | ||
120 | install: kernel_install modules_install | ||
121 | |||
122 | CLEAN_FILES += lifimage | 120 | CLEAN_FILES += lifimage |
123 | MRPROPER_FILES += palo.conf | 121 | MRPROPER_FILES += palo.conf |
124 | 122 | ||