From 5e8728d3e98df4c90d1beccc1d1592c651cfa422 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 26 Sep 2010 00:37:30 +0200 Subject: 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 --- Makefile.android | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.android') 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) -- cgit v1.1