freedreno/drm: android: add libfreedreno_registers static dependency
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 9 May 2020 07:44:35 +0000 (09:44 +0200)
committermaurossi <issor.oruam@gmail.com>
Sat, 9 May 2020 16:19:14 +0000 (16:19 +0000)
commit5dc3b22dd06c74cdb06cbc6cf3b6d073b221e7f3
tree1b5301bb6cf14d2a8beb6c3ff6df8be1001330d1
parente622e010fd838eb30eab46800015516703b76f4d
freedreno/drm: android: add libfreedreno_registers static dependency

The dependency is required to get the necessary generated headers

Fixes the following building error:

In file included from external/mesa/src/freedreno/drm/msm_bo.c:27:
In file included from external/mesa/src/freedreno/drm/msm_priv.h:30:
In file included from external/mesa/src/freedreno/drm/freedreno_priv.h:51:
external/mesa/src/freedreno/drm/freedreno_ringbuffer.h:35:10: fatal error: 'adreno_common.xml.h' file not found
#include "adreno_common.xml.h"
         ^~~~~~~~~~~~~~~~~~~~~
1 error generated.

Fixes: 6c688ae8 ("freedreno: Deduplicate ringbuffer macros with computerator/fdperf")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4973>
src/freedreno/Android.drm.mk