aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap35xx/Makefile
blob: cb08bf24675ed8310fa110064b7b33f34c0545d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background
#
# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

ARCH:=arm
BOARD:=omap35xx
BOARDNAME:=TI OMAP35xx
FEATURES:=broken
SUBTARGETS=beagleboard gumstix

LINUX_VERSION:=2.6.32.25
KERNELNAME:="uImage"

DEVICE_TYPE=developerboard

define Target/Description
	omap35xx arm
endef

include $(INCLUDE_DIR)/target.mk

$(eval $(call BuildTarget))