aa9901766ee9dc8e87f06dfa5cf484360b0f4312
[openwrt/openwrt.git] / target / linux / sunxi / Makefile
1 #
2 # Copyright (C) 2013-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 ARCH:=arm
11 BOARD:=sunxi
12 BOARDNAME:=Allwinner A1x/A20/A3x
13 FEATURES:=fpu usb ext4 display rtc
14 CPU_TYPE:=cortex-a8
15 CPU_SUBTYPE:=vfpv3
16 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
17
18 LINUX_VERSION:=3.13.7
19 KERNELNAME:="zImage dtbs"
20 DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi kmod-wdt-sunxi
21
22 # A10: Cortex-A8
23 # A13: Cortex-A8
24 # A20: dual Cortex-A7
25 # A31: quad Cortex-A7
26
27 include $(INCLUDE_DIR)/target.mk
28
29 $(eval $(call BuildTarget))