aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/parisc/Makefile4
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
114Image zImage bzImage: vmlinux 114Image zImage bzImage: vmlinux
115 115
116kernel_install: vmlinux 116install: 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
120install: kernel_install modules_install
121
122CLEAN_FILES += lifimage 120CLEAN_FILES += lifimage
123MRPROPER_FILES += palo.conf 121MRPROPER_FILES += palo.conf
124 122