aboutsummaryrefslogtreecommitdiffstats
path: root/libpixelflinger/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-27 14:22:22 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-27 14:22:22 -0700
commitc3c5358b94f48799fd595c829ce223b43588bac1 (patch)
tree8c8146386d2de520fa14ea38781ea1ef0fe8d6a1 /libpixelflinger/Android.mk
parentbaba99840400f5b835d44b6d91e2190136277988 (diff)
parent2bc2b792782b304b15d8c48b54916a9b3fa3a7ac (diff)
downloadsystem_core-c3c5358b94f48799fd595c829ce223b43588bac1.tar.gz
system_core-c3c5358b94f48799fd595c829ce223b43588bac1.tar.bz2
system_core-c3c5358b94f48799fd595c829ce223b43588bac1.zip
Merge "Add MIPS support to pixelflinger."
Diffstat (limited to 'libpixelflinger/Android.mk')
-rw-r--r--libpixelflinger/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index 1947c2d0..488003f2 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -44,6 +44,8 @@ PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
endif
ifeq ($(TARGET_ARCH),mips)
+PIXELFLINGER_SRC_FILES += codeflinger/MIPSAssembler.cpp
+PIXELFLINGER_SRC_FILES += codeflinger/mips_disassem.c
PIXELFLINGER_SRC_FILES += arch-mips/t32cb16blend.S
PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
endif