291322f2bdb3fc3358876bf56e3a5477954c4fe0
[openwrt/openwrt.git] / target / linux / mxs / Makefile
1 #
2 # Copyright (C) 2013-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=mxs
11 BOARDNAME:=Freescale i.MX23/i.MX28
12 FEATURES:=ext4 rtc usb gpio
13 CPU_TYPE:=arm926ej-s
14
15 KERNEL_PATCHVER:=5.4
16 KERNELNAME:=zImage dtbs
17
18 define Target/Description
19 Support for Freescale i.MX23/i.MX28 boards
20 endef
21
22 include $(INCLUDE_DIR)/target.mk
23
24 $(eval $(call BuildTarget))