aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-07-15 12:27:56 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-07-15 12:27:56 -0700
commiteb8382507c6b802f378cf940fae4775633c1d84e (patch)
treed5974956e7487b2cb3af339abff2139d28e4b091 /Makefile.android
parent7258f6b1539906849d02fa9f5e75360b0d01f48c (diff)
downloadexternal_qemu-eb8382507c6b802f378cf940fae4775633c1d84e.zip
external_qemu-eb8382507c6b802f378cf940fae4775633c1d84e.tar.gz
external_qemu-eb8382507c6b802f378cf940fae4775633c1d84e.tar.bz2
Move net-related routines from main.c to net-android.c
Change-Id: If102220e6db913f4a51bb1809ce60f4bf24bdd6a
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.android b/Makefile.android
index dfbfdd3..533fc2b 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -602,7 +602,8 @@ endif
# misc. sources
#
-CORE_MISC_SOURCES = console.c \
+CORE_MISC_SOURCES = vl-android.c \
+ console.c \
loader.c \
monitor.c \
readline.c \
@@ -688,7 +689,6 @@ CORE_SOURCES += android/ui-core-protocol.c
#
UI_SOURCES = loadpng.c \
- keymaps.c \
android/user-config.c \
android/resource.c \
android/qemulator.c \
@@ -702,6 +702,7 @@ UI_SOURCES = loadpng.c \
UI_AND_CORE_SOURCES = osdep.c \
cutils.c \
sockets.c \
+ keymaps.c \
android/keycode-array.c \
android/charmap.c \
android/hw-qemud.c \
@@ -785,8 +786,7 @@ endif
# include other sources
#
-VL_SOURCES := vl-android.c \
- framebuffer.c \
+VL_SOURCES := framebuffer.c \
user-events-qemu.c \
android/cmdline-option.c \
android/config.c \