34e826dfbbf693a827eb17cd4aba33f332f6502a
[openwrt/staging/stintel.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 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=5.15
15 KERNEL_TESTING_PATCHVER:=6.1
16
17 KERNELNAME:=zImage dtbs
18
19 define Target/Description
20 Support for Freescale i.MX23/i.MX28 boards
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 $(eval $(call BuildTarget))