0f03bda8efe66387bf0e7d4d2bdaeabeab3107f5
[openwrt.git] / target / linux / mxs / Makefile
1 #
2 # Copyright (C) 2013 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 series
12 FEATURES:=ext4 rtc usb gpio
13 CPU_TYPE:=arm926ej-s
14
15 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
16 LINUX_VERSION:=3.10.17
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 DEFAULT_PACKAGES += kmod-wdt-stmp3xxx
26
27 $(eval $(call BuildTarget))