From: Sam Ravnborg Date: Sun, 8 Jan 2006 19:37:39 +0000 (+0100) Subject: frv: Use KERNELRELEASE X-Git-Tag: v2.6.16.28-rc1~1833^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2.6.15-g63b794bf;p=karo-tx-linux.git frv: Use KERNELRELEASE Signed-off-by: Sam Ravnborg --- diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile index d75e0d771366..5dfc93fd945a 100644 --- a/arch/frv/boot/Makefile +++ b/arch/frv/boot/Makefile @@ -57,10 +57,10 @@ initrd: # installation # install: $(CONFIGURE) Image - sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) Image $(TOPDIR)/System.map "$(INSTALL_PATH)" + sh ./install.sh $(KERNELRELEASE) Image $(TOPDIR)/System.map "$(INSTALL_PATH)" zinstall: $(CONFIGURE) zImage - sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)" + sh ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)" # # miscellany