aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-11 01:34:40 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-01 17:08:19 +0200
commit3b2846ad9f156e62574a0abc5ec489f8f13f1121 (patch)
tree5b824f60deb9697c002cd4b957ee12b6a0ecea97 /Makefile.common
parentf645f7d6fd841e39524e5df8c1a7fd8347f92ac1 (diff)
downloadexternal_qemu-3b2846ad9f156e62574a0abc5ec489f8f13f1121.zip
external_qemu-3b2846ad9f156e62574a0abc5ec489f8f13f1121.tar.gz
external_qemu-3b2846ad9f156e62574a0abc5ec489f8f13f1121.tar.bz2
qemu-char-android.c: rename to qemu-char.c
+ convert to QemuOpts* initialization functions. Change-Id: I5a245ed2de068af49fdc92de8e3e834d0f49aa27
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 117a336..222a1ae 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -355,7 +355,7 @@ CORE_MISC_SOURCES = \
notify.c \
osdep.c \
path.c \
- qemu-char-android.c \
+ qemu-char.c \
qemu-config.c \
qemu-error.c \
qemu-malloc.c \