diff options
author | Emil Velikov <[email protected]> | 2018-08-17 13:51:47 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-10-03 13:38:05 +0100 |
commit | c231b49c533cc4a2d5ecf2b48580753fdf8b8759 (patch) | |
tree | cbe537b1bdaf4c9e5daff7c0475c27c0eda1241d /src/gallium/drivers/freedreno/Android.mk | |
parent | 7419b224139b47ea98d1bc4c5dab7370076b214f (diff) |
freedreno: add the a6xx sources to the Android build
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]>
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Android.mk')
-rw-r--r-- | src/gallium/drivers/freedreno/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 := \ |