zynq: reworked image creation process
[openwrt/openwrt.git] / target / linux / zynq / Makefile
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 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=zynq
11 BOARDNAME:=Xilinx Zynq 7000 SoCs
12 FEATURES:=fpu gpio rtc usb usbgadget ramdisk targz source-only
13 CPU_TYPE:=cortex-a9
14 CPU_SUBTYPE:=neon
15 MAINTAINER:=Jason Wu <jason.wu.misc@gmail.com>
16
17 # future support SUBTARGETS: for both zynq and zynqmp
18
19 define Target/Description
20 Build firmware image for Zynq 7000 SoC devices.
21 endef
22
23 KERNEL_PATCHVER:=4.4
24
25 include $(INCLUDE_DIR)/target.mk
26
27 KERNELNAME:=Image dtbs
28
29 DEFAULT_PACKAGES += uboot-envtools
30
31 $(eval $(call BuildTarget))