kernel: makefiles: make use of new var KERNEL_PATCHVER
[openwrt/openwrt.git] / target / linux / realview / Makefile
index a7ca205ee46f409d06559df5b7d27663b5a149a3..065c170ae47b5e5316d3532d1612e9bb42c21e99 100644 (file)
@@ -14,7 +14,7 @@ CPU_TYPE:=mpcore
 CPU_SUBTYPE:=vfp
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.10.15
+KERNEL_PATCHVER:=3.10
 
 DEVICE_TYPE:=developerboard
 
@@ -24,6 +24,6 @@ define Target/Description
        Build images for ARM Ltd. Realview boards to be run with qemu
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))