2010-01-19 11:53:56 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2009-12-14 10:35:16 +00: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-14 20:58:18 +00:00
|
|
|
BOARD:=omap35xx
|
|
|
|
BOARDNAME:=TI OMAP35xx
|
2011-03-30 11:37:08 +00:00
|
|
|
FEATURES:=ubifs targz broken
|
2010-06-21 11:59:59 +00:00
|
|
|
SUBTARGETS=beagleboard gumstix
|
2009-12-14 10:35:16 +00:00
|
|
|
|
2011-03-18 13:25:32 +00:00
|
|
|
LINUX_VERSION:=2.6.32.33
|
2009-12-14 10:35:16 +00:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
DEVICE_TYPE=developerboard
|
|
|
|
|
|
|
|
define Target/Description
|
2009-12-14 20:58:18 +00:00
|
|
|
omap35xx arm
|
2009-12-14 10:35:16 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|