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