439b01fc1a0cdd2b30e4255fe0f3a878b6a674fd
[openwrt/staging/lynxis/omap.git] / target / linux / imx23 / 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:=imx23
11 BOARDNAME:=Freescale i.MX23 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.12
17 KERNELNAME:="zImage dtbs"
18
19 define Target/Description
20 Support for Freescale i.MX233-based boards
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 DEFAULT_PACKAGES += kmod-wdt-stmp3xxx
26
27 $(eval $(call BuildTarget))