aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-10-08 08:22:06 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-10-08 08:22:06 -0700
commit008c97e3652233186d83a5010f69741368ef98db (patch)
treed14268e4780961847c41cbb3db1df4f3b2c63941 /Makefile.android
parentf59442f0e576abe1f1357135024d44e8bf66a36a (diff)
downloadexternal_qemu-008c97e3652233186d83a5010f69741368ef98db.zip
external_qemu-008c97e3652233186d83a5010f69741368ef98db.tar.gz
external_qemu-008c97e3652233186d83a5010f69741368ef98db.tar.bz2
Cleanup warnings in the standalone UI build
Change-Id: I2dc79f9d0b3916749366aa4155431420e05888c1
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.android b/Makefile.android
index 3020429..c057585 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -635,7 +635,7 @@ endif
# misc. sources
#
-CORE_MISC_SOURCES = \
+CORE_MISC_SOURCES = vl-android.c \
console.c \
loader.c \
monitor.c \
@@ -851,7 +851,6 @@ VL_SOURCES := framebuffer.c \
android/cmdline-option.c \
android/config.c \
android/main.c \
- vl-android.c
# Add common system libraries
#
@@ -1026,7 +1025,6 @@ LOCAL_LDLIBS += $(AUDIO_LDLIBS)
#
VL_SOURCES := framebuffer.c \
user-events-qemu.c \
- vl-android.c
# Add common system libraries
#
@@ -1176,9 +1174,9 @@ VL_SOURCES := framebuffer.c \
android/config.c \
android/display.c \
android/main.c \
- console-ui.c \
qemu-timer-ui.c \
- vl-android-ui.c
+ vl-android-ui.c \
+ console-ui.c \
# Add common system libraries
#