1#
2# Copyright (C) 2006-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=arm
10BOARD:=omap35xx
11BOARDNAME:=TI OMAP35xx
12FEATURES:=ubifs targz broken
13SUBTARGETS=beagleboard gumstix
14
15LINUX_VERSION:=2.6.32.33
16KERNELNAME:="uImage"
17
18DEVICE_TYPE=developerboard
19
20define Target/Description
21	omap35xx arm
22endef
23
24include $(INCLUDE_DIR)/target.mk
25
26$(eval $(call BuildTarget))
27