Mesa (master): android: ac/radv: fix typo in ac_rgp.h listed in Makefile.sources

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 9 10:41:47 UTC 2021


Module: Mesa
Branch: master
Commit: e7444bd3a6bcfc167f8dd9b27c9ef1eff1dce8af
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7444bd3a6bcfc167f8dd9b27c9ef1eff1dce8af

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Thu Jan  7 22:59:53 2021 +0100

android: ac/radv: fix typo in ac_rgp.h listed in Makefile.sources

Fixes the following building error:

error: external/mesa/src/amd/Android.mk: libmesa_amd_common: Unused source files: common/ac_rgph.

Fixes: 4ec5cf5318f4 ("ac/radv: move radv_rgp.c to ac")
Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8371>

---

 src/amd/Makefile.sources | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index 4f8dab2c640..c4b74f5c738 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -45,7 +45,7 @@ AMD_COMMON_FILES = \
 	common/ac_surface.c \
 	common/ac_surface.h \
 	common/ac_rgp.c \
-	common/ac_rgph \
+	common/ac_rgp.h \
 	common/ac_rtld.c \
 	common/ac_rtld.h \
 	common/ac_shader_args.c \



More information about the mesa-commit mailing list