mxs: add support for 5.10 as testing kernel
[openwrt/staging/mkresin.git] / target / linux / mxs / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013-2014 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=mxs
9 BOARDNAME:=Freescale i.MX23/i.MX28
10 FEATURES:=ext4 rtc usb gpio
11 CPU_TYPE:=arm926ej-s
12
13 KERNEL_PATCHVER:=5.4
14 KERNEL_TESTING_PATCHVER:=5.10
15 KERNELNAME:=zImage dtbs
16
17 define Target/Description
18 Support for Freescale i.MX23/i.MX28 boards
19 endef
20
21 include $(INCLUDE_DIR)/target.mk
22
23 $(eval $(call BuildTarget))