aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-11-24 08:49:08 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-11-24 08:49:08 -0800
commitd2c51cfa819f995d7a285a15ccae9755480c0a54 (patch)
tree0fcc1ab5f785070ae3f0b22013cc643b832c7fef /Makefile.android
parente5210b5c98d4f24e3ad8f3de400ae8ee7b0bb318 (diff)
downloadexternal_qemu-d2c51cfa819f995d7a285a15ccae9755480c0a54.zip
external_qemu-d2c51cfa819f995d7a285a15ccae9755480c0a54.tar.gz
external_qemu-d2c51cfa819f995d7a285a15ccae9755480c0a54.tar.bz2
Separate main.c used to build the emulator from main-ui.c used to build the UI
Change-Id: I1c7baeaa8447fe1df895869bfb6b74631b765845
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 65d56c0..96e132b 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1193,7 +1193,7 @@ VL_SOURCES := framebuffer.c \
android/display.c \
android/looper-generic.c \
android/snapshot.c \
- android/main.c \
+ android/main-ui.c \
qemu-timer-ui.c \
vl-android-ui.c \
console-ui.c \