summaryrefslogtreecommitdiffstats
path: root/arch/frv/boot/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg2006-01-08 20:37:39 +0100
committerSam Ravnborg2006-01-08 20:37:39 +0100
commit63b794bfd898899cc8b6d4679d4fdc486606194b (patch)
tree6065d4bf449155ccbb6f7ac6ca7b11aaeb57385f /arch/frv/boot/Makefile
parentkbuild: remove GCC_VERSION (diff)
downloadkernel-qcow2-linux-63b794bfd898899cc8b6d4679d4fdc486606194b.tar.gz
kernel-qcow2-linux-63b794bfd898899cc8b6d4679d4fdc486606194b.tar.xz
kernel-qcow2-linux-63b794bfd898899cc8b6d4679d4fdc486606194b.zip
frv: Use KERNELRELEASE
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/frv/boot/Makefile')
-rw-r--r--arch/frv/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
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