aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorMarcus Comstedt <marcus@mc.pp.se>2010-09-26 00:37:30 +0200
committerMarcus Comstedt <marcus@mc.pp.se>2011-02-01 19:17:43 +0100
commit5e8728d3e98df4c90d1beccc1d1592c651cfa422 (patch)
tree6bce33130a805c7078cf445664e996e640f00d92 /Makefile.android
parentf4d4ca164dea606cee27e1f68d4742a3c57b0954 (diff)
downloadexternal_qemu-5e8728d3e98df4c90d1beccc1d1592c651cfa422.zip
external_qemu-5e8728d3e98df4c90d1beccc1d1592c651cfa422.tar.gz
external_qemu-5e8728d3e98df4c90d1beccc1d1592c651cfa422.tar.bz2
Add cache-util.c to built sources for PPC
The file cache-utils.c contains code that is referenced in a build for a PowerPC host. Change-Id: I284481d4015de8d7fc230014faf9a1ead61c222c
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index e0383ff..811b58a 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -711,7 +711,8 @@ ifeq ($(HOST_ARCH),x86_64)
CORE_MISC_SOURCES += i386-dis.c
endif
ifeq ($(HOST_ARCH),ppc)
- CORE_MISC_SOURCES += ppc-dis.c
+ CORE_MISC_SOURCES += ppc-dis.c \
+ cache-utils.c
endif
ifeq ($(HOST_OS),linux)