eb0e345237405a338d08fde4ff1a29dc4b2c69aa
[openwrt/svn-archive/archive.git] / target / linux / omap35xx / Makefile
1 #
2 # Copyright (C) 2006-2010 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:=omap35xx
11 BOARDNAME:=TI OMAP35xx
12 FEATURES:=broken
13 SUBTARGETS=beagleboard gumstix
14
15 LINUX_VERSION:=2.6.32.32
16 KERNELNAME:="uImage"
17
18 DEVICE_TYPE=developerboard
19
20 define Target/Description
21 omap35xx arm
22 endef
23
24 include $(INCLUDE_DIR)/target.mk
25
26 $(eval $(call BuildTarget))