2 # Copyright (C) 2013 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
11 BOARDNAME
:=Freescale i.MX
6 Series
12 FEATURES
:=audio display gpio pcie usb usbgadget squashfs targz
13 CFLAGS
:=-Os
-pipe
-mtune
=cortex-a9
-march
=armv7-a
-mfpu
=vfpv3-d16
-mfloat-abi
=softfp
14 MAINTAINER
:=Luka Perkov
<luka@openwrt.org
>
18 include $(INCLUDE_DIR
)/target.mk
20 KERNELNAME
:="zImage dtbs"
23 kmod-usb-chipidea kmod-usb-mxs-phy kmod-imx-sdma-fw-imx6
25 $(eval
$(call BuildTarget
))