Commit 63b794bf authored by Sam Ravnborg's avatar Sam Ravnborg

frv: Use KERNELRELEASE

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent ad14336d
...@@ -57,10 +57,10 @@ initrd: ...@@ -57,10 +57,10 @@ initrd:
# installation # installation
# #
install: $(CONFIGURE) Image 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 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 # miscellany
......
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