## Copyright (C) 2015 OpenWrt.org## This is free software, licensed under the GNU General Public License v2.# See /LICENSE for more information.#include $(TOPDIR)/rules.mkinclude $(INCLUDE_DIR)/host.mkARCH:=arm
BOARD:=zynq
BOARDNAME:=XilinxZynq7000SoCs
FEATURES:=fpugpiortcusbusbgadgettargzubifs
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon
MAINTAINER:=JasonWu<jason.wu.misc@gamil.com>
# future support SUBTARGETS: for both zynq and zynqmpdefine Target/DescriptionBuildfirmwareimageforZynq7000SoCdevices.
endefKERNEL_PATCHVER:=4.4
include $(INCLUDE_DIR)/target.mkKERNELNAME:=zImagedtbs
DEFAULT_PACKAGES+=uboot-envtools
$(eval$(callBuildTarget))