Skip to content

Commit

Permalink
parisc: do not install modules when installing kernel
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rolf Eike Beer authored and Helge Deller committed Mar 2, 2013
1 parent 8527ed4 commit 1905b77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1905b77

Please sign in to comment.