cf91ae854222f9c180a597ccc7d809583f4d1cf8
[openwrt/staging/yousong.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.29
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))