From bf05e067577a8d8e87a377dfb357806b67b6afca Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 20 Jul 2014 22:13:34 +0100 Subject: android: gallium/freedreno: add preliminary build For all the people interested in testing the freedreno driver on their Android devices. The next commit will hook these up within the libEGL driver (via the gallium-egl backend). There may be some rough edges but those can be sorted when a willing builder/tester comes along. v2: - s/freefreno/freedreno/. Spotted by Matt Turner. - Use the installed libdrm headers. Cc: "10.1 10.2" Cc: Rob Clark Cc: freedreno@lists.freedesktop.org Signed-off-by: Emil Velikov --- src/gallium/Android.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gallium/Android.mk') diff --git a/src/gallium/Android.mk b/src/gallium/Android.mk index e365d6773b9..767361a8a23 100644 --- a/src/gallium/Android.mk +++ b/src/gallium/Android.mk @@ -34,6 +34,11 @@ SUBDIRS := \ # swrast SUBDIRS += winsys/sw/android drivers/softpipe +# freedreno +ifneq ($(filter freedreno, $(MESA_GPU_DRIVERS)),) +SUBDIRS += winsys/freedreno/drm drivers/freedreno +endif + # i915g ifneq ($(filter i915g, $(MESA_GPU_DRIVERS)),) SUBDIRS += winsys/i915/drm drivers/i915 -- cgit v1.2.3