aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-06 09:29:50 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-06 09:29:50 -0700
commit074d1f955a15c19214cee92c627c8c4697e98cd3 (patch)
tree3920b6218b409dd5c3e96d28982ffbda01a87dc5 /Makefile.android
parent3b08fe7c858bcd4c2492e7195ff85878413d39ea (diff)
downloadexternal_qemu-074d1f955a15c19214cee92c627c8c4697e98cd3.zip
external_qemu-074d1f955a15c19214cee92c627c8c4697e98cd3.tar.gz
external_qemu-074d1f955a15c19214cee92c627c8c4697e98cd3.tar.bz2
Added -android-hw option
Change-Id: I8dac387cd43c5eff7e9b6adf0d718261d0ab8d81
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.android b/Makefile.android
index f4c8374..779653c 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -658,9 +658,6 @@ CORE_MISC_SOURCES = vl-android.c \
android/hw-events.c \
android/hw-control.c \
android/console.c \
- android/avd/hw-config.c \
- android/avd/info.c \
- android/utils/ini.c \
android/hw-sensors.c \
ifeq ($(HOST_ARCH),x86)
@@ -737,6 +734,9 @@ UI_AND_CORE_SOURCES = osdep.c \
android/utils/tempfile.c \
android/utils/timezone.c \
android/utils/mapfile.c \
+ android/avd/hw-config.c \
+ android/avd/info.c \
+ android/utils/ini.c \
# include the Zlib sources
#