2 # Copyright (C) 2015 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR)/rules.mk
11 BOARDNAME:=Xilinx Zynq 7000 SoCs
12 FEATURES:=fpu gpio rtc usb usbgadget boot-part rootfs-part squashfs
15 MAINTAINER:=Jason Wu <jason.wu.misc@gmail.com>
17 # future support SUBTARGETS: for both zynq and zynqmp
19 define Target/Description
20 Build firmware image for Zynq 7000 SoC devices.
25 include $(INCLUDE_DIR)/target.mk
27 KERNELNAME:=Image dtbs
29 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs
31 $(eval $(call BuildTarget))