You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
649 B
33 lines
649 B
13 years ago
|
#
|
||
11 years ago
|
# Copyright (C) 2012-2013 OpenWrt.org
|
||
13 years ago
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
ARCH:=arm
|
||
11 years ago
|
BOARD:=omap
|
||
|
BOARDNAME:=TI OMAP3/4/AM33xx
|
||
13 years ago
|
FEATURES:=usb targz audio display
|
||
11 years ago
|
CPU_TYPE:=cortex-a9
|
||
11 years ago
|
CPU_SUBTYPE:=vfpv3
|
||
13 years ago
|
|
||
13 years ago
|
LINUX_VERSION:=3.3.8
|
||
13 years ago
|
|
||
13 years ago
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||
|
|
||
|
KERNELNAME:="uImage"
|
||
|
|
||
11 years ago
|
DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
|
||
13 years ago
|
|
||
|
DEVICE_TYPE=developerboard
|
||
|
|
||
|
define Target/Description
|
||
11 years ago
|
TI OMAP boards
|
||
13 years ago
|
endef
|
||
|
|
||
|
include $(INCLUDE_DIR)/target.mk
|
||
|
|
||
|
$(eval $(call BuildTarget))
|