aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-06-01 16:14:53 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-01 17:08:19 +0200
commit23ca2ae2bf303236eb6b1e0beb126ec05c6c23bf (patch)
treec77aca9a122561872a55b2065bb54ca321a5dd10 /Makefile.target
parentc1ac40a3f493bebe160a441faf36cc9b28b9f205 (diff)
downloadexternal_qemu-23ca2ae2bf303236eb6b1e0beb126ec05c6c23bf.zip
external_qemu-23ca2ae2bf303236eb6b1e0beb126ec05c6c23bf.tar.gz
external_qemu-23ca2ae2bf303236eb6b1e0beb126ec05c6c23bf.tar.bz2
vl-android.c: move cpu functions to cpus.c
Change-Id: Ib422f24224c2e75dd126689c67dbbb187d7c1670
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index aa3824b..190219f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -248,6 +248,7 @@ LOCAL_LDLIBS += \
LOCAL_SRC_FILES := \
audio/audio.c \
+ cpus.c \
disas.c \
dma-helpers.c \
gdbstub.c \
@@ -325,6 +326,7 @@ LOCAL_CFLAGS += \
LOCAL_SRC_FILES := \
audio/audio.c \
+ cpus.c \
disas.c \
dma-helpers.c \
gdbstub.c \