From: Emil Velikov <[email protected]>

Add the files otherwise things just won't build.
Haven't actually tested it, but it's a small step in the right
direction.

Fixes: de3b34df973 ("freedreno: Add a6xx backend")
Cc: Kristian H. Kristensen <[email protected]>
Cc: Rob Clark <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
In hind-sight, we might as well fold all the a[23456]xx into a
single piece?
---
 src/gallium/drivers/freedreno/Android.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/freedreno/Android.mk 
b/src/gallium/drivers/freedreno/Android.mk
index 7b543097987..9cc727aa80d 100644
--- a/src/gallium/drivers/freedreno/Android.mk
+++ b/src/gallium/drivers/freedreno/Android.mk
@@ -31,6 +31,7 @@ LOCAL_SRC_FILES := \
        $(a3xx_SOURCES) \
        $(a4xx_SOURCES) \
        $(a5xx_SOURCES) \
+       $(a6xx_SOURCES) \
        $(ir3_SOURCES)
 
 #LOCAL_CFLAGS := \
-- 
2.18.0

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to