1#
2# Copyright (C) 2015 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8include $(INCLUDE_DIR)/host.mk
9
10ARCH:=arm
11BOARD:=zynq
12BOARDNAME:=Xilinx Zynq 7000 SoCs
13FEATURES:=fpu gpio rtc usb usbgadget targz ext4
14CPU_TYPE:=cortex-a9
15CPU_SUBTYPE:=neon
16MAINTAINER:=Jason Wu <jason.wu.misc@gamil.com>
17
18# future support SUBTARGETS: for both zynq and zynqmp
19
20define Target/Description
21	Build firmware image for Zynq 7000 SoC devices.
22endef
23
24KERNEL_PATCHVER:=4.4
25
26include $(INCLUDE_DIR)/target.mk
27
28KERNELNAME:=zImage dtbs
29
30DEFAULT_PACKAGES += uboot-envtools
31
32$(eval $(call BuildTarget))
33