aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
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 \