2009-06-14 23:42:33 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=goldfish
|
|
|
|
BOARDNAME:=Goldfish (Android Emulator)
|
2012-04-21 18:18:54 +03:00
|
|
|
FEATURES:=broken
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-O2 -pipe -march=armv5te -mtune=xscale -fno-caller-saves
|
2009-06-14 23:42:33 +03:00
|
|
|
|
2009-12-04 16:52:45 +02:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2009-06-14 23:42:33 +03:00
|
|
|
|
|
|
|
DEVICE_TYPE=phone
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Android emulator virtual platform
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|