Module: Mesa Branch: master Commit: 5ff4c5aef431f06796d69e1ed5151593d022bb89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ff4c5aef431f06796d69e1ed5151593d022bb89
Author: Juan A. Suarez Romero <[email protected]> Date: Thu Aug 3 12:22:24 2017 +0200 radeonsi: Makefile.sources: include driinfo_radeonsi.h Reviewed-by: Emil Velikov <[email protected]> --- src/gallium/drivers/radeonsi/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/radeonsi/Makefile.sources b/src/gallium/drivers/radeonsi/Makefile.sources index 6dc6da04e3..74df4d7b67 100644 --- a/src/gallium/drivers/radeonsi/Makefile.sources +++ b/src/gallium/drivers/radeonsi/Makefile.sources @@ -4,6 +4,7 @@ GENERATED_SOURCES := \ C_SOURCES := \ $(GENERATED_SOURCES) \ cik_sdma.c \ + driinfo_radeonsi.h \ si_blit.c \ si_compute.c \ si_compute.h \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
