kbuild: factor out the common installation code into scripts/install.sh
[linux-2.6-microblaze.git] / arch / sparc / Makefile
index c7008bb..fe58a41 100644 (file)
@@ -72,8 +72,7 @@ image zImage uImage tftpboot.img vmlinux.aout: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
 
 install:
-       sh $(srctree)/$(boot)/install.sh $(KERNELRELEASE) $(KBUILD_IMAGE) \
-               System.map "$(INSTALL_PATH)"
+       $(call cmd,install)
 
 archheaders:
        $(Q)$(MAKE) $(build)=arch/sparc/kernel/syscalls all