def0a7ab77d8971a698cd880b6fe92e4193912f3
[openwrt/staging/wigyori.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 CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s
14 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
15 LINUX_VERSION:=3.10.10
16 KERNELNAME:="zImage dtbs"
17
18 define Target/Description
19 Support for Freescale i.MX233-based boards
20 endef
21
22 include $(INCLUDE_DIR)/target.mk
23
24 DEFAULT_PACKAGES += kmod-wdt-stmp3xxx
25
26 $(eval $(call BuildTarget))