diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 17:53:53 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 17:53:53 +0000 |
commit | 13e1228de3690c8c831b9cccbe5a34674e743362 (patch) | |
tree | 0c747bbe3b9ccb30a4e4c5e277825d9a8ba914e4 /target/linux/goldfish/Makefile | |
parent | 8f54e709747e711460f8a49acdcf86841920db8b (diff) |
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)) |