kernel: update 3.10 to 3.10.18
[openwrt.git] / target / linux / sunxi / Makefile
1 #
2 # Copyright (C) 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:=arm
10 BOARD:=sunxi
11 BOARDNAME:=Allwinner SoC
12 FEATURES:=targz
13 SUBTARGETS=cortex-a7 cortex-a8
14 MAINTAINER:=Luka Perkov <luka@openwrt.org>
15
16 LINUX_VERSION:=3.10.18
17
18 include $(INCLUDE_DIR)/target.mk
19
20 KERNELNAME:="zImage dtbs"
21
22 $(eval $(call BuildTarget))