2010-08-08 14:16:48 +00:00
|
|
|
#
|
2011-01-27 20:20:27 +00:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-08-08 14:16:48 +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
|
|
|
|
BOARD:=omap24xx
|
2012-07-29 13:20:35 +00:00
|
|
|
BOARDNAME:=TI OMAP24xx
|
2011-10-26 14:54:26 +00:00
|
|
|
MAINTAINER:=Michael Buesch <m@bues.ch>
|
2012-05-27 15:01:05 +00:00
|
|
|
FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio broken
|
2010-08-08 14:16:48 +00:00
|
|
|
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2010-08-08 14:16:48 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
TI OMAP-24xx
|
|
|
|
endef
|
|
|
|
|
2011-11-16 19:02:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -march=armv6 -mtune=arm1136j-s -fno-caller-saves
|
|
|
|
|
2010-08-08 14:16:48 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|