aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-10-19 08:07:11 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-10-19 08:33:48 +0200
commit18fe86e8245878f3b7a2813bd59b8cfcf636e15c (patch)
tree16ecfe8a8665aec212abdd3f2fcd1e122635358b /Makefile.android
parent6b512811e01d7c81348bfa9c29c21f788ccc0a8e (diff)
downloadexternal_qemu-18fe86e8245878f3b7a2813bd59b8cfcf636e15c.zip
external_qemu-18fe86e8245878f3b7a2813bd59b8cfcf636e15c.tar.gz
external_qemu-18fe86e8245878f3b7a2813bd59b8cfcf636e15c.tar.bz2
emulator-ui: Remove dependencies from qemu sources.
This change removes some QEMU-specifics that crept into the UI code. Change-Id: Ib1974dc64e54a35dc0cd01aec1eb547a9263a0c8
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.android b/Makefile.android
index b366f8b..bbaa767 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -641,6 +641,9 @@ endif
#
CORE_MISC_SOURCES = vl-android.c \
console.c \
+ qemu-malloc.c \
+ cutils.c \
+ osdep.c \
loader.c \
monitor.c \
readline.c \
@@ -653,6 +656,7 @@ CORE_MISC_SOURCES = vl-android.c \
d3des.c \
vnc-android.c \
acl.c \
+ keymaps.c \
buffered_file.c \
cbuffer.c \
gdbstub.c \
@@ -742,11 +746,8 @@ UI_SOURCES = loadpng.c \
# lists of source files used by both, emulator UI and emulator core
#
-UI_AND_CORE_SOURCES = osdep.c \
- cutils.c \
+UI_AND_CORE_SOURCES = \
sockets.c \
- keymaps.c \
- qemu-malloc.c \
android/keycode-array.c \
android/charmap.c \
android/utils/bufprint.c \