kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.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 SUBTARGETS:=generic
14
15 # future support SUBTARGETS: for both zynq and zynqmp
16
17 define Target/Description
18 Build firmware image for Zynq 7000 SoC devices.
19 endef
20
21 KERNEL_PATCHVER:=5.15
22
23 include $(INCLUDE_DIR)/target.mk
24
25 KERNELNAME:=Image dtbs
26
27 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs \
28 kmod-usb-storage kmod-fs-msdos
29
30 $(eval $(call BuildTarget))