Commit 1905b771 authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Helge Deller

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: default avatarRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 8527ed4a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment