diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:53 +0000 |
commit | 74212ba5a1b89a81696ec68d9ce664023facb0be (patch) | |
tree | 0c747bbe3b9ccb30a4e4c5e277825d9a8ba914e4 /target/linux/goldfish/Makefile | |
parent | 9b9163fb8259ff20b007b80cf112ba1bbcc04e6c (diff) | |
download | upstream-74212ba5a1b89a81696ec68d9ce664023facb0be.tar.gz upstream-74212ba5a1b89a81696ec68d9ce664023facb0be.tar.bz2 upstream-74212ba5a1b89a81696ec68d9ce664023facb0be.zip |
goldfish: R.I.P.
It is broken and it is not maintained by anyone since long time.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/goldfish/Makefile')
-rw-r--r-- | target/linux/goldfish/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/goldfish/Makefile b/target/linux/goldfish/Makefile deleted file mode 100644 index dae4c3e304..0000000000 --- a/target/linux/goldfish/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# -# 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) -FEATURES:=broken -CFLAGS:=-O2 -pipe -march=armv5te -mtune=xscale -fno-caller-saves - -LINUX_VERSION:=2.6.30.10 - -DEVICE_TYPE=phone - -define Target/Description - Android emulator virtual platform -endef - -include $(INCLUDE_DIR)/target.mk - -$(eval $(call BuildTarget)) |