kernel: makefiles: make use of new var KERNEL_PATCHVER
[openwrt/staging/dedeckeh.git] / target / linux / sparc / Makefile
1 #
2 # Copyright (C) 2010-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=sparc
10 BOARD:=sparc
11 BOARDNAME:=Sun UltraSPARC
12 FEATURES+=fpu tgz ext4 squashfs broken
13
14 KERNEL_PATCHVER:=3.10
15 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
16
17 include $(INCLUDE_DIR)/target.mk
18
19 $(eval $(call BuildTarget))