aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
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)