1b1c30628faeb442f215524a2db70b98f19a7f43
[openwrt/staging/chunkeey.git] / target / linux / sunxi / Makefile
1 #
2 # Copyright (C) 2013-2016 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/H3/H5/R40
13 FEATURES:=fpu usb ext4 display rtc squashfs
14 SUBTARGETS:=cortexa8 cortexa7 cortexa53
15
16 KERNEL_PATCHVER:=5.4
17 KERNEL_TESTING_PATCHVER:=5.4
18 KERNELNAME:=zImage dtbs
19
20 # A10: Cortex-A8
21 # A13: Cortex-A8
22 # A20: dual Cortex-A7
23 # A31: quad Cortex-A7
24 # A80: octa Cortex-A15/A7
25 # H3: quad Cortex-A7
26 # R40: quad Cortex-A7
27
28 include $(INCLUDE_DIR)/target.mk
29
30 DEFAULT_PACKAGES += uboot-envtools
31 DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
32
33 $(eval $(call BuildTarget))