aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-11 00:19:06 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-01 17:08:19 +0200
commit8354d2d35fe4463816dcc52a96fa354940fdd38f (patch)
treeef625def241f8a0a69c83f5b63bbc4ffc702663b /Makefile.common
parentd3d4468189618e89f74d8f51b8470f277e000938 (diff)
downloadexternal_qemu-8354d2d35fe4463816dcc52a96fa354940fdd38f.zip
external_qemu-8354d2d35fe4463816dcc52a96fa354940fdd38f.tar.gz
external_qemu-8354d2d35fe4463816dcc52a96fa354940fdd38f.tar.bz2
vl-android.c: Move code to iohandler.c
Change-Id: I28d2025dfa1f7bfc1ab2318f5ff6c0fd56f4b658
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index c762e4d..117a336 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -348,6 +348,7 @@ CORE_MISC_SOURCES = \
cutils.c \
d3des.c \
input.c \
+ iohandler.c \
ioport.c \
module.c \
net-android.c \