Mesa (gallium-resources): i965: add brw_resource.c to Makefile

Luca Barbieri lb at kemper.freedesktop.org
Sat Apr 3 01:41:27 UTC 2010


Module: Mesa
Branch: gallium-resources
Commit: 0db20fa49e008f35911007fa7ed9be1d678a2161
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0db20fa49e008f35911007fa7ed9be1d678a2161

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Sat Apr  3 03:27:19 2010 +0200

i965: add brw_resource.c to Makefile

---

 src/gallium/drivers/i965/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile
index 86847eb..b0b0970 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -36,6 +36,7 @@ C_SOURCES = \
 	brw_pipe_vertex.c \
 	brw_pipe_clear.c \
 	brw_pipe_rast.c \
+	brw_resource.c \
 	brw_sf.c \
 	brw_sf_emit.c \
 	brw_sf_state.c \




More information about the mesa-commit mailing list