2010-01-19 19:53:56 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
2009-12-14 18:35:16 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
2009-12-15 04:58:18 +08:00
|
|
|
BOARD:=omap35xx
|
|
|
|
BOARDNAME:=TI OMAP35xx
|
|
|
|
FEATURES:=broken
|
2010-06-21 19:59:59 +08:00
|
|
|
SUBTARGETS=beagleboard gumstix
|
2009-12-14 18:35:16 +08:00
|
|
|
|
2010-11-04 17:01:08 +08:00
|
|
|
LINUX_VERSION:=2.6.32.25
|
2009-12-14 18:35:16 +08:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
DEVICE_TYPE=developerboard
|
|
|
|
|
|
|
|
define Target/Description
|
2009-12-15 04:58:18 +08:00
|
|
|
omap35xx arm
|
2009-12-14 18:35:16 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|