[omap]: switch to 3.12, enable support for AM33xx/OMAP3
[openwrt/svn-archive/archive.git] / target / linux / omap / Makefile
1 #
2 # Copyright (C) 2012-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:=omap
11 BOARDNAME:=TI OMAP3/4/AM33xx
12 FEATURES:=usb targz audio display
13 CPU_TYPE:=cortex-a9
14 CPU_SUBTYPE:=vfpv3
15
16 LINUX_VERSION:=3.12
17
18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20 KERNELNAME:="zImage dtbs"
21
22 DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
23
24 DEVICE_TYPE=developerboard
25
26 define Target/Description
27 TI OMAP boards
28 endef
29
30 include $(INCLUDE_DIR)/target.mk
31
32 $(eval $(call BuildTarget))