kernel: remove imx-sdma-fw because of license issues
[openwrt.git] / target / linux / imx6 / 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:=imx6
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>
15
16 LINUX_VERSION:=3.10.4
17
18 include $(INCLUDE_DIR)/target.mk
19
20 KERNELNAME:="zImage dtbs"
21
22 DEFAULT_PACKAGES += \
23         kmod-usb-chipidea kmod-usb-mxs-phy
24
25 $(eval $(call BuildTarget))