target: use SPDX license identifiers on Makefiles
[openwrt/staging/wigyori.git] / target / linux / zynq / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2015 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=zynq
9 BOARDNAME:=Xilinx Zynq 7000 SoCs
10 FEATURES:=fpu gpio rtc usb usbgadget boot-part rootfs-part squashfs
11 CPU_TYPE:=cortex-a9
12 CPU_SUBTYPE:=neon
13
14 # future support SUBTARGETS: for both zynq and zynqmp
15
16 define Target/Description
17 Build firmware image for Zynq 7000 SoC devices.
18 endef
19
20 KERNEL_PATCHVER:=5.4
21
22 include $(INCLUDE_DIR)/target.mk
23
24 KERNELNAME:=Image dtbs
25
26 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs \
27 kmod-usb-storage kmod-fs-msdos
28
29 $(eval $(call BuildTarget))