606d19e21cd083800c2a6e0945e50b26ced5d355
[openwrt/openwrt.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:=6.1
15 KERNEL_TESTING_PATCHVER:=6.6
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))